#CC70DB

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

Shades of Orchid #CC70DB

Tints of Orchid #CC70DB

Color information

#CC70DB (or 0xCC70DB) is unknown color: approx Orchid. HEX triplet: CC, 70 and DB. RGB value is (204,112,219). Sum of RGB (Red+Green+Blue) = 204+112+219=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70DB is #338F24. Grayscale: #979797. Windows color (decimal): -3378981 or 14381260. OLE color: 14381260.

HSL color Cylindrical-coordinate representation of color #CC70DB: hue angle of 291.59º 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 #CC70DB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204112219-
CMYK0.070.4900.14
HSL291.59º59.78%64.9%-
HSV(B)291.59º48.86%85.88%-
XYZ43.4829.5470.43-
YUV151.71165.98165.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=38.13%
G=20.93%
B=40.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041122190.070.4900.14291.5959.7864.9
HexCC70DB7310E1243c41
Octal31416033376101644474101
Binary11001100111000011011011111110001011101001001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70DB; }

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

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

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

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

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

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

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

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