Shades of Orchid #CE84DD
Tints of Orchid #CE84DD
RGB
CMYK
RGB Variations
Color information
#CE84DD (or 0xCE84DD) is known color: Orchid. HEX triplet: CE, 84 and DD. RGB value is (206,132,221). Sum of RGB (Red+Green+Blue) = 206+132+221=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DD is #317B22. Grayscale: #A3A3A3. Windows color (decimal): -3242787 or 14517454. OLE color: 14517454.
HSL color Cylindrical-coordinate representation of color #CE84DD: hue angle of 289.89º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE84DD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 132 | 221 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.13 |
| HSL | 289.89º | 0.57% | 0.69% | - |
| HSV(B) | 289.89º | 0.4% | 0.87% | - |
| XYZ | 46.76 | 34.84 | 72.67 | - |
| YUV | 164.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 221 | 0.07 | 0.40 | 0 | 0.13 | 289.89 | 0.57 | 0.69 |
| Hex | CE | 84 | DD | 7 | 28 | 0 | D | 122 | 39 | 45 |
| Octal | 316 | 204 | 335 | 7 | 50 | 0 | 15 | 442 | 71 | 105 |
| Binary | 11001110 | 10000100 | 11011101 | 111 | 101000 | 0 | 1101 | 100100010 | 111001 | 1000101 |
Color Harmonies of #CE84DD
Complementary color
Monochromatic Colors of #CE84DD
Black with #CE84DD
Text Example
Text Example
White with #CE84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84DD; }
p { color: rgb(206,132,221); }
H1.HeaderClassName
{
color: #CE84DD;
}
.AnyTagClassName
{
color: #CE84DD;
}
</style>
background-color css
<style>
a { background-color: #CE84DD; }
a { background-color: rgb(206,132,221); }
div.DivClassName
{
background-color: #CE84DD;
}
.BgClassName
{
background-color: #CE84DD;
}
</style>
border-color css
<style>
span { border-color: #CE84DD; }
span { border-color: rgb(206,132,221); }
td.TdClassName
{
border-color: #CE84DD;
}
.TagClassName
{
border-color: #CE84DD;
}
</style>