Shades of Orchid #CE72D0
Tints of Orchid #CE72D0
RGB
CMYK
RGB Variations
Color information
#CE72D0 (or 0xCE72D0) is known color: Orchid. HEX triplet: CE, 72 and D0. RGB value is (206,114,208). Sum of RGB (Red+Green+Blue) = 206+114+208=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72D0 is #318D2F. Grayscale: #979797. Windows color (decimal): -3247408 or 13660878. OLE color: 13660878.
HSL color Cylindrical-coordinate representation of color #CE72D0: hue angle of 298.72º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72D0 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 114 | 208 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.18 |
| HSL | 298.72º | 0.5% | 0.63% | - |
| HSV(B) | 298.72º | 0.45% | 0.82% | - |
| XYZ | 42.86 | 29.71 | 63.15 | - |
| YUV | 152.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 208 | 0.01 | 0.45 | 0 | 0.18 | 298.72 | 0.5 | 0.63 |
| Hex | CE | 72 | D0 | 1 | 2D | 0 | 12 | 12B | 32 | 3F |
| Octal | 316 | 162 | 320 | 1 | 55 | 0 | 22 | 453 | 62 | 77 |
| Binary | 11001110 | 1110010 | 11010000 | 1 | 101101 | 0 | 10010 | 100101011 | 110010 | 111111 |
Color Harmonies of #CE72D0
Complementary color
Monochromatic Colors of #CE72D0
Black with #CE72D0
Text Example
Text Example
White with #CE72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72D0; }
p { color: rgb(206,114,208); }
H1.HeaderClassName
{
color: #CE72D0;
}
.AnyTagClassName
{
color: #CE72D0;
}
</style>
background-color css
<style>
a { background-color: #CE72D0; }
a { background-color: rgb(206,114,208); }
div.DivClassName
{
background-color: #CE72D0;
}
.BgClassName
{
background-color: #CE72D0;
}
</style>
border-color css
<style>
span { border-color: #CE72D0; }
span { border-color: rgb(206,114,208); }
td.TdClassName
{
border-color: #CE72D0;
}
.TagClassName
{
border-color: #CE72D0;
}
</style>