#CA77C4

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

Shades of Orchid #CA77C4

Tints of Orchid #CA77C4

Color information

#CA77C4 (or 0xCA77C4) is unknown color: approx Orchid. HEX triplet: CA, 77 and C4. RGB value is (202,119,196). Sum of RGB (Red+Green+Blue) = 202+119+196=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77C4 is #35883B. Grayscale: #989898. Windows color (decimal): -3508284 or 12875722. OLE color: 12875722.

HSL color Cylindrical-coordinate representation of color #CA77C4: hue angle of 304.34º 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 #CA77C4 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202119196-
CMYK00.410.030.21
HSL304.34º43.92%62.94%-
HSV(B)304.34º41.09%79.22%-
XYZ40.9229.7455.81-
YUV152.59152.5163.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=39.07%
G=23.02%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211919600.410.030.21304.3443.9262.94
HexCA77C40293151302c3f
Octal3121673040513254605477
Binary1100101011101111100010001010011110101100110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77C4; }

 p { color: rgb(202,119,196); }

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

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

 a { background-color: rgb(202,119,196); }

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

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

 span { border-color: rgb(202,119,196); }

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