#CA77E0

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

Shades of Orchid #CA77E0

Tints of Orchid #CA77E0

Color information

#CA77E0 (or 0xCA77E0) is unknown color: approx Orchid. HEX triplet: CA, 77 and E0. RGB value is (202,119,224). Sum of RGB (Red+Green+Blue) = 202+119+224=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77E0 is #35881F. Grayscale: #9B9B9B. Windows color (decimal): -3508256 or 14710730. OLE color: 14710730.

HSL color Cylindrical-coordinate representation of color #CA77E0: hue angle of 287.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA77E0 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202119224-
CMYK0.100.4700.12
HSL287.43º62.87%67.25%-
HSV(B)287.43º46.88%87.84%-
XYZ44.4131.1374.19-
YUV155.79166.5160.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 119 (46.88% from 255) = 21.83%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=37.06%
G=21.83%
B=41.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021192240.100.4700.12287.4362.8767.25
HexCA77E0A2F0C11f3f43
Octal312167340125701443777103
Binary110010101110111111000001010101111011001000111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77E0; }

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

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

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

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

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

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

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

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