Shades of Orchid #CE72DF
Tints of Orchid #CE72DF
RGB
CMYK
RGB Variations
Color information
#CE72DF (or 0xCE72DF) is known color: Orchid. HEX triplet: CE, 72 and DF. RGB value is (206,114,223). Sum of RGB (Red+Green+Blue) = 206+114+223=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72DF is #318D20. Grayscale: #999999. Windows color (decimal): -3247393 or 14643918. OLE color: 14643918.
HSL color Cylindrical-coordinate representation of color #CE72DF: hue angle of 290.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE72DF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 114 | 223 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.13 |
| HSL | 290.64º | 0.63% | 0.66% | - |
| HSV(B) | 290.64º | 0.49% | 0.87% | - |
| XYZ | 44.79 | 30.48 | 73.34 | - |
| YUV | 153.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 223 | 0.08 | 0.49 | 0 | 0.13 | 290.64 | 0.63 | 0.66 |
| Hex | CE | 72 | DF | 8 | 31 | 0 | D | 123 | 3F | 42 |
| Octal | 316 | 162 | 337 | 10 | 61 | 0 | 15 | 443 | 77 | 102 |
| Binary | 11001110 | 1110010 | 11011111 | 1000 | 110001 | 0 | 1101 | 100100011 | 111111 | 1000010 |
Color Harmonies of #CE72DF
Complementary color
Monochromatic Colors of #CE72DF
Black with #CE72DF
Text Example
Text Example
White with #CE72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72DF; }
p { color: rgb(206,114,223); }
H1.HeaderClassName
{
color: #CE72DF;
}
.AnyTagClassName
{
color: #CE72DF;
}
</style>
background-color css
<style>
a { background-color: #CE72DF; }
a { background-color: rgb(206,114,223); }
div.DivClassName
{
background-color: #CE72DF;
}
.BgClassName
{
background-color: #CE72DF;
}
</style>
border-color css
<style>
span { border-color: #CE72DF; }
span { border-color: rgb(206,114,223); }
td.TdClassName
{
border-color: #CE72DF;
}
.TagClassName
{
border-color: #CE72DF;
}
</style>