Shades of Orchid #CE84C0
Tints of Orchid #CE84C0
RGB
CMYK
RGB Variations
Color information
#CE84C0 (or 0xCE84C0) is known color: Orchid. HEX triplet: CE, 84 and C0. RGB value is (206,132,192). Sum of RGB (Red+Green+Blue) = 206+132+192=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84C0 is #317B3F. Grayscale: #A0A0A0. Windows color (decimal): -3242816 or 12616910. OLE color: 12616910.
HSL color Cylindrical-coordinate representation of color #CE84C0: hue angle of 311.35º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE84C0 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 192 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.19 |
| HSL | 311.35º | 0.43% | 0.66% | - |
| HSV(B) | 311.35º | 0.36% | 0.81% | - |
| XYZ | 43.22 | 33.43 | 54.04 | - |
| YUV | 160.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 192 | 0 | 0.36 | 0.07 | 0.19 | 311.35 | 0.43 | 0.66 |
| Hex | CE | 84 | C0 | 0 | 24 | 7 | 13 | 137 | 2B | 42 |
| Octal | 316 | 204 | 300 | 0 | 44 | 7 | 23 | 467 | 53 | 102 |
| Binary | 11001110 | 10000100 | 11000000 | 0 | 100100 | 111 | 10011 | 100110111 | 101011 | 1000010 |
Color Harmonies of #CE84C0
Complementary color
Monochromatic Colors of #CE84C0
Black with #CE84C0
Text Example
Text Example
White with #CE84C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84C0; }
p { color: rgb(206,132,192); }
H1.HeaderClassName
{
color: #CE84C0;
}
.AnyTagClassName
{
color: #CE84C0;
}
</style>
background-color css
<style>
a { background-color: #CE84C0; }
a { background-color: rgb(206,132,192); }
div.DivClassName
{
background-color: #CE84C0;
}
.BgClassName
{
background-color: #CE84C0;
}
</style>
border-color css
<style>
span { border-color: #CE84C0; }
span { border-color: rgb(206,132,192); }
td.TdClassName
{
border-color: #CE84C0;
}
.TagClassName
{
border-color: #CE84C0;
}
</style>