#CA77E4

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

Shades of Orchid #CA77E4

Tints of Orchid #CA77E4

Color information

#CA77E4 (or 0xCA77E4) is unknown color: approx Orchid. HEX triplet: CA, 77 and E4. RGB value is (202,119,228). Sum of RGB (Red+Green+Blue) = 202+119+228=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77E4 is #35881B. Grayscale: #9B9B9B. Windows color (decimal): -3508252 or 14972874. OLE color: 14972874.

HSL color Cylindrical-coordinate representation of color #CA77E4: hue angle of 285.69º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA77E4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202119228-
CMYK0.110.4800.11
HSL285.69º66.87%68.04%-
HSV(B)285.69º47.81%89.41%-
XYZ44.9631.3577.08-
YUV156.24168.5160.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 119 (46.88% from 255) = 21.68%
BLUE value IS 228 (89.45% from 255) = 41.53%
R=36.79%
G=21.68%
B=41.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021192280.110.4800.11285.6966.8768.04
HexCA77E4B300B11e4344
Octal3121673441360013436103104
Binary1100101011101111110010010111100000101110001111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77E4; }

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

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

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

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

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

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

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

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