Shades of Orchid #CE72D2
Tints of Orchid #CE72D2
RGB
CMYK
RGB Variations
Color information
#CE72D2 (or 0xCE72D2) is known color: Orchid. HEX triplet: CE, 72 and D2. RGB value is (206,114,210). Sum of RGB (Red+Green+Blue) = 206+114+210=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE72D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72D2 is #318D2D. Grayscale: #989898. Windows color (decimal): -3247406 or 13791950. OLE color: 13791950.
HSL color Cylindrical-coordinate representation of color #CE72D2: hue angle of 297.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE72D2 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 114 | 210 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.18 |
| HSL | 297.5º | 0.52% | 0.64% | - |
| HSV(B) | 297.5º | 0.46% | 0.82% | - |
| XYZ | 43.1 | 29.81 | 64.45 | - |
| YUV | 152.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 210 | 0.02 | 0.46 | 0 | 0.18 | 297.5 | 0.52 | 0.64 |
| Hex | CE | 72 | D2 | 2 | 2E | 0 | 12 | 12A | 34 | 40 |
| Octal | 316 | 162 | 322 | 2 | 56 | 0 | 22 | 452 | 64 | 100 |
| Binary | 11001110 | 1110010 | 11010010 | 10 | 101110 | 0 | 10010 | 100101010 | 110100 | 1000000 |
Color Harmonies of #CE72D2
Complementary color
Monochromatic Colors of #CE72D2
Black with #CE72D2
Text Example
Text Example
White with #CE72D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72D2; }
p { color: rgb(206,114,210); }
H1.HeaderClassName
{
color: #CE72D2;
}
.AnyTagClassName
{
color: #CE72D2;
}
</style>
background-color css
<style>
a { background-color: #CE72D2; }
a { background-color: rgb(206,114,210); }
div.DivClassName
{
background-color: #CE72D2;
}
.BgClassName
{
background-color: #CE72D2;
}
</style>
border-color css
<style>
span { border-color: #CE72D2; }
span { border-color: rgb(206,114,210); }
td.TdClassName
{
border-color: #CE72D2;
}
.TagClassName
{
border-color: #CE72D2;
}
</style>