#CA77DF

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

Shades of Orchid #CA77DF

Tints of Orchid #CA77DF

Color information

#CA77DF (or 0xCA77DF) is unknown color: approx Orchid. HEX triplet: CA, 77 and DF. RGB value is (202,119,223). Sum of RGB (Red+Green+Blue) = 202+119+223=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DF is #358820. Grayscale: #9B9B9B. Windows color (decimal): -3508257 or 14645194. OLE color: 14645194.

HSL color Cylindrical-coordinate representation of color #CA77DF: hue angle of 287.88º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA77DF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202119223-
CMYK0.090.4700.13
HSL287.88º61.9%67.06%-
HSV(B)287.88º46.64%87.45%-
XYZ44.2731.0873.48-
YUV155.67166161.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 119 (46.88% from 255) = 21.88%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=37.13%
G=21.88%
B=40.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021192230.090.4700.13287.8861.967.06
HexCA77DF92F0D1203e43
Octal312167337115701544076103
Binary110010101110111110111111001101111011011001000001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77DF; }

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

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

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

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

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

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

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

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