Shades of Orchid #CE73D8
Tints of Orchid #CE73D8
RGB
CMYK
RGB Variations
Color information
#CE73D8 (or 0xCE73D8) is known color: Orchid. HEX triplet: CE, 73 and D8. RGB value is (206,115,216). Sum of RGB (Red+Green+Blue) = 206+115+216=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE73D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73D8 is #318C27. Grayscale: #999999. Windows color (decimal): -3247144 or 14185422. OLE color: 14185422.
HSL color Cylindrical-coordinate representation of color #CE73D8: hue angle of 294.06º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE73D8 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 115 | 216 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.15 |
| HSL | 294.06º | 0.56% | 0.65% | - |
| HSV(B) | 294.06º | 0.47% | 0.85% | - |
| XYZ | 43.98 | 30.34 | 68.5 | - |
| YUV | 153.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 216 | 0.05 | 0.47 | 0 | 0.15 | 294.06 | 0.56 | 0.65 |
| Hex | CE | 73 | D8 | 5 | 2F | 0 | F | 126 | 38 | 41 |
| Octal | 316 | 163 | 330 | 5 | 57 | 0 | 17 | 446 | 70 | 101 |
| Binary | 11001110 | 1110011 | 11011000 | 101 | 101111 | 0 | 1111 | 100100110 | 111000 | 1000001 |
Color Harmonies of #CE73D8
Complementary color
Monochromatic Colors of #CE73D8
Black with #CE73D8
Text Example
Text Example
White with #CE73D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73D8; }
p { color: rgb(206,115,216); }
H1.HeaderClassName
{
color: #CE73D8;
}
.AnyTagClassName
{
color: #CE73D8;
}
</style>
background-color css
<style>
a { background-color: #CE73D8; }
a { background-color: rgb(206,115,216); }
div.DivClassName
{
background-color: #CE73D8;
}
.BgClassName
{
background-color: #CE73D8;
}
</style>
border-color css
<style>
span { border-color: #CE73D8; }
span { border-color: rgb(206,115,216); }
td.TdClassName
{
border-color: #CE73D8;
}
.TagClassName
{
border-color: #CE73D8;
}
</style>