#CA77DA

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

Shades of Orchid #CA77DA

Tints of Orchid #CA77DA

Color information

#CA77DA (or 0xCA77DA) is unknown color: approx Orchid. HEX triplet: CA, 77 and DA. RGB value is (202,119,218). Sum of RGB (Red+Green+Blue) = 202+119+218=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DA is #358825. Grayscale: #9A9A9A. Windows color (decimal): -3508262 or 14317514. OLE color: 14317514.

HSL color Cylindrical-coordinate representation of color #CA77DA: hue angle of 290.3º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA77DA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202119218-
CMYK0.070.4500.15
HSL290.3º57.23%66.08%-
HSV(B)290.3º45.41%85.49%-
XYZ43.6130.8169.98-
YUV155.1163.5161.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=37.48%
G=22.08%
B=40.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021192180.070.4500.15290.357.2366.08
HexCA77DA72D0F1223942
Octal31216733275501744271102
Binary11001010111011111011010111101101011111001000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77DA; }

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

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

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

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

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

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

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

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