#CC7DB9

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

Shades of Orchid #CC7DB9

Tints of Orchid #CC7DB9

Color information

#CC7DB9 (or 0xCC7DB9) is unknown color: approx Orchid. HEX triplet: CC, 7D and B9. RGB value is (204,125,185). Sum of RGB (Red+Green+Blue) = 204+125+185=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DB9 is #338246. Grayscale: #9B9B9B. Windows color (decimal): -3375687 or 12156364. OLE color: 12156364.

HSL color Cylindrical-coordinate representation of color #CC7DB9: hue angle of 314.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DB9 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204125185-
CMYK00.390.090.2
HSL314.43º43.65%64.51%-
HSV(B)314.43º38.73%80%-
XYZ40.9931.0149.72-
YUV155.46144.67162.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=39.69%
G=24.32%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412518500.390.090.2314.4343.6564.51
HexCC7DB902791413a2c41
Octal314175271047112447254101
Binary1100110011111011011100101001111001101001001110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DB9; }

 p { color: rgb(204,125,185); }

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

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

 a { background-color: rgb(204,125,185); }

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

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

 span { border-color: rgb(204,125,185); }

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