#CE7DB9

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

Shades of Orchid #CE7DB9

Tints of Orchid #CE7DB9

Color information

#CE7DB9 (or 0xCE7DB9) is unknown color: approx Orchid. HEX triplet: CE, 7D and B9. RGB value is (206,125,185). Sum of RGB (Red+Green+Blue) = 206+125+185=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DB9 is #318246. Grayscale: #9B9B9B. Windows color (decimal): -3244615 or 12156366. OLE color: 12156366.

HSL color Cylindrical-coordinate representation of color #CE7DB9: hue angle of 315.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DB9 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206125185-
CMYK00.390.100.19
HSL315.56º45.25%64.9%-
HSV(B)315.56º39.32%80.78%-
XYZ41.5431.2949.75-
YUV156.06144.34163.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=39.92%
G=24.22%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612518500.390.100.19315.5645.2564.9
HexCE7DB9027A1313c2d41
Octal316175271047122347455101
Binary1100111011111011011100101001111010100111001111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DB9; }

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

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

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

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

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

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

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

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