Shades of Orchid #CE84CE
Tints of Orchid #CE84CE
RGB
CMYK
RGB Variations
Color information
#CE84CE (or 0xCE84CE) is known color: Orchid. HEX triplet: CE, 84 and CE. RGB value is (206,132,206). Sum of RGB (Red+Green+Blue) = 206+132+206=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84CE is #317B31. Grayscale: #A2A2A2. Windows color (decimal): -3242802 or 13534414. OLE color: 13534414.
HSL color Cylindrical-coordinate representation of color #CE84CE: hue angle of 300º 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 #CE84CE is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 206 | - |
| CMYK | 0 | 0.36 | 0 | 0.19 |
| HSL | 300º | 0.43% | 0.66% | - |
| HSV(B) | 300º | 0.36% | 0.81% | - |
| XYZ | 44.85 | 34.08 | 62.61 | - |
| YUV | 162.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 206 | 0 | 0.36 | 0 | 0.19 | 300 | 0.43 | 0.66 |
| Hex | CE | 84 | CE | 0 | 24 | 0 | 13 | 12C | 2B | 42 |
| Octal | 316 | 204 | 316 | 0 | 44 | 0 | 23 | 454 | 53 | 102 |
| Binary | 11001110 | 10000100 | 11001110 | 0 | 100100 | 0 | 10011 | 100101100 | 101011 | 1000010 |
Color Harmonies of #CE84CE
Complementary color
Monochromatic Colors of #CE84CE
Black with #CE84CE
Text Example
Text Example
White with #CE84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84CE; }
p { color: rgb(206,132,206); }
H1.HeaderClassName
{
color: #CE84CE;
}
.AnyTagClassName
{
color: #CE84CE;
}
</style>
background-color css
<style>
a { background-color: #CE84CE; }
a { background-color: rgb(206,132,206); }
div.DivClassName
{
background-color: #CE84CE;
}
.BgClassName
{
background-color: #CE84CE;
}
</style>
border-color css
<style>
span { border-color: #CE84CE; }
span { border-color: rgb(206,132,206); }
td.TdClassName
{
border-color: #CE84CE;
}
.TagClassName
{
border-color: #CE84CE;
}
</style>