Shades of Orchid #CE84CC
Tints of Orchid #CE84CC
RGB
CMYK
RGB Variations
Color information
#CE84CC (or 0xCE84CC) is known color: Orchid. HEX triplet: CE, 84 and CC. RGB value is (206,132,204). Sum of RGB (Red+Green+Blue) = 206+132+204=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84CC is #317B33. Grayscale: #A2A2A2. Windows color (decimal): -3242804 or 13403342. OLE color: 13403342.
HSL color Cylindrical-coordinate representation of color #CE84CC: hue angle of 301.62º 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 #CE84CC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 204 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.19 |
| HSL | 301.62º | 0.43% | 0.66% | - |
| HSV(B) | 301.62º | 0.36% | 0.81% | - |
| XYZ | 44.6 | 33.98 | 61.34 | - |
| YUV | 162.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 204 | 0 | 0.36 | 0.01 | 0.19 | 301.62 | 0.43 | 0.66 |
| Hex | CE | 84 | CC | 0 | 24 | 1 | 13 | 12E | 2B | 42 |
| Octal | 316 | 204 | 314 | 0 | 44 | 1 | 23 | 456 | 53 | 102 |
| Binary | 11001110 | 10000100 | 11001100 | 0 | 100100 | 1 | 10011 | 100101110 | 101011 | 1000010 |
Color Harmonies of #CE84CC
Complementary color
Monochromatic Colors of #CE84CC
Black with #CE84CC
Text Example
Text Example
White with #CE84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84CC; }
p { color: rgb(206,132,204); }
H1.HeaderClassName
{
color: #CE84CC;
}
.AnyTagClassName
{
color: #CE84CC;
}
</style>
background-color css
<style>
a { background-color: #CE84CC; }
a { background-color: rgb(206,132,204); }
div.DivClassName
{
background-color: #CE84CC;
}
.BgClassName
{
background-color: #CE84CC;
}
</style>
border-color css
<style>
span { border-color: #CE84CC; }
span { border-color: rgb(206,132,204); }
td.TdClassName
{
border-color: #CE84CC;
}
.TagClassName
{
border-color: #CE84CC;
}
</style>