#CA77CE

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

Shades of Orchid #CA77CE

Tints of Orchid #CA77CE

Color information

#CA77CE (or 0xCA77CE) is unknown color: approx Orchid. HEX triplet: CA, 77 and CE. RGB value is (202,119,206). Sum of RGB (Red+Green+Blue) = 202+119+206=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77CE is #358831. Grayscale: #999999. Windows color (decimal): -3508274 or 13531082. OLE color: 13531082.

HSL color Cylindrical-coordinate representation of color #CA77CE: hue angle of 297.24º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA77CE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202119206-
CMYK0.020.4200.19
HSL297.24º47.03%63.73%-
HSV(B)297.24º42.23%80.78%-
XYZ42.0930.2162-
YUV153.73157.5162.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=38.33%
G=22.58%
B=39.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021192060.020.4200.19297.2447.0363.73
HexCA77CE22A0131292f40
Octal31216731625202345157100
Binary11001010111011111001110101010100100111001010011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77CE; }

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

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

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

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

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

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

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

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