#cc7fdb

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

Shades of Orchid #CC7FDB

Tints of Orchid #CC7FDB

Color information

#CC7FDB (or 0xCC7FDB) is unknown color: approx Orchid. HEX triplet: CC, 7F and DB. RGB value is (204,127,219). Sum of RGB (Red+Green+Blue) = 204+127+219=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDB is #338024. Grayscale: #A0A0A0. Windows color (decimal): -3375141 or 14385100. OLE color: 14385100.

HSL color Cylindrical-coordinate representation of color #CC7FDB: hue angle of 290.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7FDB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204127219-
CMYK0.070.4200.14
HSL290.22º56.1%67.84%-
HSV(B)290.22º42.01%85.88%-
XYZ45.2833.1371.03-
YUV160.51161.01159.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 127 (50% from 255) = 23.09%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=37.09%
G=23.09%
B=39.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041272190.070.4200.14290.2256.167.84
HexCC7FDB72A0E1223844
Octal31417733375201644270104
Binary11001100111111111011011111101010011101001000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7fdb; }

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

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

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

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

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

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

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

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