#CA76DB

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

Shades of Orchid #CA76DB

Tints of Orchid #CA76DB

Color information

#CA76DB (or 0xCA76DB) is unknown color: approx Orchid. HEX triplet: CA, 76 and DB. RGB value is (202,118,219). Sum of RGB (Red+Green+Blue) = 202+118+219=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76DB is #358924. Grayscale: #9A9A9A. Windows color (decimal): -3508517 or 14382794. OLE color: 14382794.

HSL color Cylindrical-coordinate representation of color #CA76DB: hue angle of 289.9º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA76DB is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202118219-
CMYK0.080.4600.14
HSL289.9º58.38%66.08%-
HSV(B)289.9º46.12%85.88%-
XYZ43.6230.6370.63-
YUV154.63164.33161.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=37.48%
G=21.89%
B=40.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021182190.080.4600.14289.958.3866.08
HexCA76DB82E0E1223a42
Octal312166333105601644272102
Binary110010101110110110110111000101110011101001000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76DB; }

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

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

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

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

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

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

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

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