Shades of Orchid #CF84CE
Tints of Orchid #CF84CE
RGB
CMYK
RGB Variations
Color information
#CF84CE (or 0xCF84CE) is known color: Orchid. HEX triplet: CF, 84 and CE. RGB value is (207,132,206). Sum of RGB (Red+Green+Blue) = 207+132+206=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84CE is #307B31. Grayscale: #A2A2A2. Windows color (decimal): -3177266 or 13534415. OLE color: 13534415.
HSL color Cylindrical-coordinate representation of color #CF84CE: hue angle of 300.8º degrees, saturation: 0.44, 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 #CF84CE is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 206 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.19 |
| HSL | 300.8º | 0.44% | 0.66% | - |
| HSV(B) | 300.8º | 0.36% | 0.81% | - |
| XYZ | 45.12 | 34.22 | 62.62 | - |
| YUV | 162.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 206 | 0 | 0.36 | 0.00 | 0.19 | 300.8 | 0.44 | 0.66 |
| Hex | CF | 84 | CE | 0 | 24 | 0 | 13 | 12D | 2C | 42 |
| Octal | 317 | 204 | 316 | 0 | 44 | 0 | 23 | 455 | 54 | 102 |
| Binary | 11001111 | 10000100 | 11001110 | 0 | 100100 | 0 | 10011 | 100101101 | 101100 | 1000010 |
Color Harmonies of #CF84CE
Complementary color
Monochromatic Colors of #CF84CE
Black with #CF84CE
Text Example
Text Example
White with #CF84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84CE; }
p { color: rgb(207,132,206); }
H1.HeaderClassName
{
color: #CF84CE;
}
.AnyTagClassName
{
color: #CF84CE;
}
</style>
background-color css
<style>
a { background-color: #CF84CE; }
a { background-color: rgb(207,132,206); }
div.DivClassName
{
background-color: #CF84CE;
}
.BgClassName
{
background-color: #CF84CE;
}
</style>
border-color css
<style>
span { border-color: #CF84CE; }
span { border-color: rgb(207,132,206); }
td.TdClassName
{
border-color: #CF84CE;
}
.TagClassName
{
border-color: #CF84CE;
}
</style>