Shades of Orchid #CE84DA
Tints of Orchid #CE84DA
RGB
CMYK
RGB Variations
Color information
#CE84DA (or 0xCE84DA) is known color: Orchid. HEX triplet: CE, 84 and DA. RGB value is (206,132,218). Sum of RGB (Red+Green+Blue) = 206+132+218=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DA is #317B25. Grayscale: #A3A3A3. Windows color (decimal): -3242790 or 14320846. OLE color: 14320846.
HSL color Cylindrical-coordinate representation of color #CE84DA: hue angle of 291.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE84DA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 132 | 218 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.15 |
| HSL | 291.63º | 0.54% | 0.69% | - |
| HSV(B) | 291.63º | 0.39% | 0.85% | - |
| XYZ | 46.36 | 34.69 | 70.58 | - |
| YUV | 163.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 218 | 0.06 | 0.39 | 0 | 0.15 | 291.63 | 0.54 | 0.69 |
| Hex | CE | 84 | DA | 6 | 27 | 0 | F | 124 | 36 | 45 |
| Octal | 316 | 204 | 332 | 6 | 47 | 0 | 17 | 444 | 66 | 105 |
| Binary | 11001110 | 10000100 | 11011010 | 110 | 100111 | 0 | 1111 | 100100100 | 110110 | 1000101 |
Color Harmonies of #CE84DA
Complementary color
Monochromatic Colors of #CE84DA
Black with #CE84DA
Text Example
Text Example
White with #CE84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84DA; }
p { color: rgb(206,132,218); }
H1.HeaderClassName
{
color: #CE84DA;
}
.AnyTagClassName
{
color: #CE84DA;
}
</style>
background-color css
<style>
a { background-color: #CE84DA; }
a { background-color: rgb(206,132,218); }
div.DivClassName
{
background-color: #CE84DA;
}
.BgClassName
{
background-color: #CE84DA;
}
</style>
border-color css
<style>
span { border-color: #CE84DA; }
span { border-color: rgb(206,132,218); }
td.TdClassName
{
border-color: #CE84DA;
}
.TagClassName
{
border-color: #CE84DA;
}
</style>