Shades of Orchid #CE73D6
Tints of Orchid #CE73D6
RGB
CMYK
RGB Variations
Color information
#CE73D6 (or 0xCE73D6) is known color: Orchid. HEX triplet: CE, 73 and D6. RGB value is (206,115,214). Sum of RGB (Red+Green+Blue) = 206+115+214=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE73D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73D6 is #318C29. Grayscale: #999999. Windows color (decimal): -3247146 or 14054350. OLE color: 14054350.
HSL color Cylindrical-coordinate representation of color #CE73D6: hue angle of 295.15º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE73D6 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 115 | 214 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.16 |
| HSL | 295.15º | 0.55% | 0.65% | - |
| HSV(B) | 295.15º | 0.46% | 0.84% | - |
| XYZ | 43.72 | 30.24 | 67.15 | - |
| YUV | 153.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 214 | 0.04 | 0.46 | 0 | 0.16 | 295.15 | 0.55 | 0.65 |
| Hex | CE | 73 | D6 | 4 | 2E | 0 | 10 | 127 | 37 | 41 |
| Octal | 316 | 163 | 326 | 4 | 56 | 0 | 20 | 447 | 67 | 101 |
| Binary | 11001110 | 1110011 | 11010110 | 100 | 101110 | 0 | 10000 | 100100111 | 110111 | 1000001 |
Color Harmonies of #CE73D6
Complementary color
Monochromatic Colors of #CE73D6
Black with #CE73D6
Text Example
Text Example
White with #CE73D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73D6; }
p { color: rgb(206,115,214); }
H1.HeaderClassName
{
color: #CE73D6;
}
.AnyTagClassName
{
color: #CE73D6;
}
</style>
background-color css
<style>
a { background-color: #CE73D6; }
a { background-color: rgb(206,115,214); }
div.DivClassName
{
background-color: #CE73D6;
}
.BgClassName
{
background-color: #CE73D6;
}
</style>
border-color css
<style>
span { border-color: #CE73D6; }
span { border-color: rgb(206,115,214); }
td.TdClassName
{
border-color: #CE73D6;
}
.TagClassName
{
border-color: #CE73D6;
}
</style>