Shades of Orchid #CE84CD
Tints of Orchid #CE84CD
RGB
CMYK
RGB Variations
Color information
#CE84CD (or 0xCE84CD) is known color: Orchid. HEX triplet: CE, 84 and CD. RGB value is (206,132,205). Sum of RGB (Red+Green+Blue) = 206+132+205=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84CD is #317B32. Grayscale: #A2A2A2. Windows color (decimal): -3242803 or 13468878. OLE color: 13468878.
HSL color Cylindrical-coordinate representation of color #CE84CD: hue angle of 300.81º 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 #CE84CD is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 205 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.19 |
| HSL | 300.81º | 0.43% | 0.66% | - |
| HSV(B) | 300.81º | 0.36% | 0.81% | - |
| XYZ | 44.72 | 34.03 | 61.97 | - |
| YUV | 162.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 205 | 0 | 0.36 | 0.00 | 0.19 | 300.81 | 0.43 | 0.66 |
| Hex | CE | 84 | CD | 0 | 24 | 0 | 13 | 12D | 2B | 42 |
| Octal | 316 | 204 | 315 | 0 | 44 | 0 | 23 | 455 | 53 | 102 |
| Binary | 11001110 | 10000100 | 11001101 | 0 | 100100 | 0 | 10011 | 100101101 | 101011 | 1000010 |
Color Harmonies of #CE84CD
Complementary color
Monochromatic Colors of #CE84CD
Black with #CE84CD
Text Example
Text Example
White with #CE84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84CD; }
p { color: rgb(206,132,205); }
H1.HeaderClassName
{
color: #CE84CD;
}
.AnyTagClassName
{
color: #CE84CD;
}
</style>
background-color css
<style>
a { background-color: #CE84CD; }
a { background-color: rgb(206,132,205); }
div.DivClassName
{
background-color: #CE84CD;
}
.BgClassName
{
background-color: #CE84CD;
}
</style>
border-color css
<style>
span { border-color: #CE84CD; }
span { border-color: rgb(206,132,205); }
td.TdClassName
{
border-color: #CE84CD;
}
.TagClassName
{
border-color: #CE84CD;
}
</style>