Shades of Orchid #CE84BF
Tints of Orchid #CE84BF
RGB
CMYK
RGB Variations
Color information
#CE84BF (or 0xCE84BF) is known color: Orchid. HEX triplet: CE, 84 and BF. RGB value is (206,132,191). Sum of RGB (Red+Green+Blue) = 206+132+191=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84BF is #317B40. Grayscale: #A0A0A0. Windows color (decimal): -3242817 or 12551374. OLE color: 12551374.
HSL color Cylindrical-coordinate representation of color #CE84BF: hue angle of 312.16º 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 #CE84BF is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 191 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.19 |
| HSL | 312.16º | 0.43% | 0.66% | - |
| HSV(B) | 312.16º | 0.36% | 0.81% | - |
| XYZ | 43.11 | 33.39 | 53.46 | - |
| YUV | 160.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 191 | 0 | 0.36 | 0.07 | 0.19 | 312.16 | 0.43 | 0.66 |
| Hex | CE | 84 | BF | 0 | 24 | 7 | 13 | 138 | 2B | 42 |
| Octal | 316 | 204 | 277 | 0 | 44 | 7 | 23 | 470 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10111111 | 0 | 100100 | 111 | 10011 | 100111000 | 101011 | 1000010 |
Color Harmonies of #CE84BF
Complementary color
Monochromatic Colors of #CE84BF
Black with #CE84BF
Text Example
Text Example
White with #CE84BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84BF; }
p { color: rgb(206,132,191); }
H1.HeaderClassName
{
color: #CE84BF;
}
.AnyTagClassName
{
color: #CE84BF;
}
</style>
background-color css
<style>
a { background-color: #CE84BF; }
a { background-color: rgb(206,132,191); }
div.DivClassName
{
background-color: #CE84BF;
}
.BgClassName
{
background-color: #CE84BF;
}
</style>
border-color css
<style>
span { border-color: #CE84BF; }
span { border-color: rgb(206,132,191); }
td.TdClassName
{
border-color: #CE84BF;
}
.TagClassName
{
border-color: #CE84BF;
}
</style>