#CA70DB

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

Shades of Orchid #CA70DB

Tints of Orchid #CA70DB

Color information

#CA70DB (or 0xCA70DB) is unknown color: approx Orchid. HEX triplet: CA, 70 and DB. RGB value is (202,112,219). Sum of RGB (Red+Green+Blue) = 202+112+219=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70DB is #358F24. Grayscale: #969696. Windows color (decimal): -3510053 or 14381258. OLE color: 14381258.

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

Color convert

RGB202112219-
CMYK0.080.4900.14
HSL290.47º59.78%64.9%-
HSV(B)290.47º48.86%85.88%-
XYZ42.9429.2670.4-
YUV151.11166.32164.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 112 (44.14% from 255) = 21.01%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=37.90%
G=21.01%
B=41.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021122190.080.4900.14290.4759.7864.9
HexCA70DB8310E1223c41
Octal312160333106101644274101
Binary110010101110000110110111000110001011101001000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA70DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA70DB; }

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

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

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

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

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

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

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

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