Shades of Orchid #CF84DC
Tints of Orchid #CF84DC
RGB
CMYK
RGB Variations
Color information
#CF84DC (or 0xCF84DC) is known color: Orchid. HEX triplet: CF, 84 and DC. RGB value is (207,132,220). Sum of RGB (Red+Green+Blue) = 207+132+220=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84DC is #307B23. Grayscale: #A4A4A4. Windows color (decimal): -3177252 or 14451919. OLE color: 14451919.
HSL color Cylindrical-coordinate representation of color #CF84DC: hue angle of 291.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF84DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 132 | 220 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.14 |
| HSL | 291.14º | 0.56% | 0.69% | - |
| HSV(B) | 291.14º | 0.4% | 0.86% | - |
| XYZ | 46.9 | 34.94 | 71.98 | - |
| YUV | 164.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 220 | 0.06 | 0.40 | 0 | 0.14 | 291.14 | 0.56 | 0.69 |
| Hex | CF | 84 | DC | 6 | 28 | 0 | E | 123 | 38 | 45 |
| Octal | 317 | 204 | 334 | 6 | 50 | 0 | 16 | 443 | 70 | 105 |
| Binary | 11001111 | 10000100 | 11011100 | 110 | 101000 | 0 | 1110 | 100100011 | 111000 | 1000101 |
Color Harmonies of #CF84DC
Complementary color
Monochromatic Colors of #CF84DC
Black with #CF84DC
Text Example
Text Example
White with #CF84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84DC; }
p { color: rgb(207,132,220); }
H1.HeaderClassName
{
color: #CF84DC;
}
.AnyTagClassName
{
color: #CF84DC;
}
</style>
background-color css
<style>
a { background-color: #CF84DC; }
a { background-color: rgb(207,132,220); }
div.DivClassName
{
background-color: #CF84DC;
}
.BgClassName
{
background-color: #CF84DC;
}
</style>
border-color css
<style>
span { border-color: #CF84DC; }
span { border-color: rgb(207,132,220); }
td.TdClassName
{
border-color: #CF84DC;
}
.TagClassName
{
border-color: #CF84DC;
}
</style>