Shades of Orchid #CE73DD
Tints of Orchid #CE73DD
RGB
CMYK
RGB Variations
Color information
#CE73DD (or 0xCE73DD) is known color: Orchid. HEX triplet: CE, 73 and DD. RGB value is (206,115,221). Sum of RGB (Red+Green+Blue) = 206+115+221=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73DD is #318C22. Grayscale: #999999. Windows color (decimal): -3247139 or 14513102. OLE color: 14513102.
HSL color Cylindrical-coordinate representation of color #CE73DD: hue angle of 291.51º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE73DD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 115 | 221 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.13 |
| HSL | 291.51º | 0.61% | 0.66% | - |
| HSV(B) | 291.51º | 0.48% | 0.87% | - |
| XYZ | 44.64 | 30.6 | 71.96 | - |
| YUV | 154.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 221 | 0.07 | 0.48 | 0 | 0.13 | 291.51 | 0.61 | 0.66 |
| Hex | CE | 73 | DD | 7 | 30 | 0 | D | 124 | 3D | 42 |
| Octal | 316 | 163 | 335 | 7 | 60 | 0 | 15 | 444 | 75 | 102 |
| Binary | 11001110 | 1110011 | 11011101 | 111 | 110000 | 0 | 1101 | 100100100 | 111101 | 1000010 |
Color Harmonies of #CE73DD
Complementary color
Monochromatic Colors of #CE73DD
Black with #CE73DD
Text Example
Text Example
White with #CE73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73DD; }
p { color: rgb(206,115,221); }
H1.HeaderClassName
{
color: #CE73DD;
}
.AnyTagClassName
{
color: #CE73DD;
}
</style>
background-color css
<style>
a { background-color: #CE73DD; }
a { background-color: rgb(206,115,221); }
div.DivClassName
{
background-color: #CE73DD;
}
.BgClassName
{
background-color: #CE73DD;
}
</style>
border-color css
<style>
span { border-color: #CE73DD; }
span { border-color: rgb(206,115,221); }
td.TdClassName
{
border-color: #CE73DD;
}
.TagClassName
{
border-color: #CE73DD;
}
</style>