#CA76E2

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

Shades of Orchid #CA76E2

Tints of Orchid #CA76E2

Color information

#CA76E2 (or 0xCA76E2) is unknown color: approx Orchid. HEX triplet: CA, 76 and E2. RGB value is (202,118,226). Sum of RGB (Red+Green+Blue) = 202+118+226=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA76E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76E2 is #35891D. Grayscale: #9B9B9B. Windows color (decimal): -3508510 or 14841546. OLE color: 14841546.

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

Color convert

RGB202118226-
CMYK0.110.4800.11
HSL286.67º65.06%67.45%-
HSV(B)286.67º47.79%88.63%-
XYZ44.563175.59-
YUV155.43167.83161.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 118 (46.48% from 255) = 21.61%
BLUE value IS 226 (88.67% from 255) = 41.39%
R=37.00%
G=21.61%
B=41.39%

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
Decimal2021182260.110.4800.11286.6765.0667.45
HexCA76E2B300B11f4143
Octal3121663421360013437101103
Binary1100101011101101110001010111100000101110001111110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76E2; }

 p { color: rgb(202,118,226); }

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

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

 a { background-color: rgb(202,118,226); }

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

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

 span { border-color: rgb(202,118,226); }

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