#CA78B7

Color #CA78B7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA78B7

Tints of Orchid #CA78B7

Color information

#CA78B7 (or 0xCA78B7) is unknown color: approx Orchid. HEX triplet: CA, 78 and B7. RGB value is (202,120,183). Sum of RGB (Red+Green+Blue) = 202+120+183=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78B7 is #358748. Grayscale: #979797. Windows color (decimal): -3508041 or 12024010. OLE color: 12024010.

HSL color Cylindrical-coordinate representation of color #CA78B7: hue angle of 313.9º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78B7 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202120183-
CMYK00.410.090.21
HSL313.9º43.62%63.14%-
HSV(B)313.9º40.59%79.22%-
XYZ39.6229.4148.39-
YUV151.7145.67163.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 23.76%
BLUE value IS 183 (71.88% from 255) = 36.24%
R=40%
G=23.76%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212018300.410.090.21313.943.6263.14
HexCA78B702991513a2c3f
Octal31217026705111254725477
Binary110010101111000101101110101001100110101100111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78B7; }

 p { color: rgb(202,120,183); }

 H1.HeaderClassName
 {
   color: #CA78B7;
 }
 .AnyTagClassName
 {
   color: #CA78B7;
 }
</style>
background-color css

<style>
 a { background-color: #CA78B7; }

 a { background-color: rgb(202,120,183); }

 div.DivClassName
 {
   background-color: #CA78B7;
 }
 .BgClassName
 {
   background-color: #CA78B7;
 }
</style>
border-color css

<style>
 span { border-color: #CA78B7; }

 span { border-color: rgb(202,120,183); }

 td.TdClassName
 {
   border-color: #CA78B7;
 }
 .TagClassName
 {
   border-color: #CA78B7;
 }
</style>