Shades of Orchid #CE72C8
Tints of Orchid #CE72C8
RGB
CMYK
RGB Variations
Color information
#CE72C8 (or 0xCE72C8) is known color: Orchid. HEX triplet: CE, 72 and C8. RGB value is (206,114,200). Sum of RGB (Red+Green+Blue) = 206+114+200=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72C8 is #318D37. Grayscale: #979797. Windows color (decimal): -3247416 or 13136590. OLE color: 13136590.
HSL color Cylindrical-coordinate representation of color #CE72C8: hue angle of 303.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72C8 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 200 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.19 |
| HSL | 303.91º | 0.48% | 0.63% | - |
| HSV(B) | 303.91º | 0.45% | 0.81% | - |
| XYZ | 41.9 | 29.33 | 58.1 | - |
| YUV | 151.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 200 | 0 | 0.45 | 0.03 | 0.19 | 303.91 | 0.48 | 0.63 |
| Hex | CE | 72 | C8 | 0 | 2D | 3 | 13 | 130 | 30 | 3F |
| Octal | 316 | 162 | 310 | 0 | 55 | 3 | 23 | 460 | 60 | 77 |
| Binary | 11001110 | 1110010 | 11001000 | 0 | 101101 | 11 | 10011 | 100110000 | 110000 | 111111 |
Color Harmonies of #CE72C8
Complementary color
Monochromatic Colors of #CE72C8
Black with #CE72C8
Text Example
Text Example
White with #CE72C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72C8; }
p { color: rgb(206,114,200); }
H1.HeaderClassName
{
color: #CE72C8;
}
.AnyTagClassName
{
color: #CE72C8;
}
</style>
background-color css
<style>
a { background-color: #CE72C8; }
a { background-color: rgb(206,114,200); }
div.DivClassName
{
background-color: #CE72C8;
}
.BgClassName
{
background-color: #CE72C8;
}
</style>
border-color css
<style>
span { border-color: #CE72C8; }
span { border-color: rgb(206,114,200); }
td.TdClassName
{
border-color: #CE72C8;
}
.TagClassName
{
border-color: #CE72C8;
}
</style>