Shades of Orchid #CE72DD
Tints of Orchid #CE72DD
RGB
CMYK
RGB Variations
Color information
#CE72DD (or 0xCE72DD) is known color: Orchid. HEX triplet: CE, 72 and DD. RGB value is (206,114,221). Sum of RGB (Red+Green+Blue) = 206+114+221=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72DD is #318D22. Grayscale: #999999. Windows color (decimal): -3247395 or 14512846. OLE color: 14512846.
HSL color Cylindrical-coordinate representation of color #CE72DD: hue angle of 291.59º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE72DD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 114 | 221 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.13 |
| HSL | 291.59º | 0.61% | 0.66% | - |
| HSV(B) | 291.59º | 0.48% | 0.87% | - |
| XYZ | 44.52 | 30.38 | 71.92 | - |
| YUV | 153.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 221 | 0.07 | 0.48 | 0 | 0.13 | 291.59 | 0.61 | 0.66 |
| Hex | CE | 72 | DD | 7 | 30 | 0 | D | 124 | 3D | 42 |
| Octal | 316 | 162 | 335 | 7 | 60 | 0 | 15 | 444 | 75 | 102 |
| Binary | 11001110 | 1110010 | 11011101 | 111 | 110000 | 0 | 1101 | 100100100 | 111101 | 1000010 |
Color Harmonies of #CE72DD
Complementary color
Monochromatic Colors of #CE72DD
Black with #CE72DD
Text Example
Text Example
White with #CE72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72DD; }
p { color: rgb(206,114,221); }
H1.HeaderClassName
{
color: #CE72DD;
}
.AnyTagClassName
{
color: #CE72DD;
}
</style>
background-color css
<style>
a { background-color: #CE72DD; }
a { background-color: rgb(206,114,221); }
div.DivClassName
{
background-color: #CE72DD;
}
.BgClassName
{
background-color: #CE72DD;
}
</style>
border-color css
<style>
span { border-color: #CE72DD; }
span { border-color: rgb(206,114,221); }
td.TdClassName
{
border-color: #CE72DD;
}
.TagClassName
{
border-color: #CE72DD;
}
</style>