#CC7EDB

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

Shades of Orchid #CC7EDB

Tints of Orchid #CC7EDB

Color information

#CC7EDB (or 0xCC7EDB) is unknown color: approx Orchid. HEX triplet: CC, 7E and DB. RGB value is (204,126,219). Sum of RGB (Red+Green+Blue) = 204+126+219=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EDB is #338124. Grayscale: #9F9F9F. Windows color (decimal): -3375397 or 14384844. OLE color: 14384844.

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

Color convert

RGB204126219-
CMYK0.070.4200.14
HSL290.32º56.36%67.65%-
HSV(B)290.32º42.47%85.88%-
XYZ45.1532.8770.98-
YUV159.92161.34159.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 126 (49.61% from 255) = 22.95%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=37.16%
G=22.95%
B=39.89%

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
Decimal2041262190.070.4200.14290.3256.3667.65
HexCC7EDB72A0E1223844
Octal31417633375201644270104
Binary11001100111111011011011111101010011101001000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EDB; }

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

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

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

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

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

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

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

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