Shades of Orchid #CF84DD
Tints of Orchid #CF84DD
RGB
CMYK
RGB Variations
Color information
#CF84DD (or 0xCF84DD) is known color: Orchid. HEX triplet: CF, 84 and DD. RGB value is (207,132,221). Sum of RGB (Red+Green+Blue) = 207+132+221=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84DD is #307B22. Grayscale: #A4A4A4. Windows color (decimal): -3177251 or 14517455. OLE color: 14517455.
HSL color Cylindrical-coordinate representation of color #CF84DD: hue angle of 290.56º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF84DD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 132 | 221 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.13 |
| HSL | 290.56º | 0.57% | 0.69% | - |
| HSV(B) | 290.56º | 0.4% | 0.87% | - |
| XYZ | 47.03 | 34.99 | 72.68 | - |
| YUV | 164.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 221 | 0.06 | 0.40 | 0 | 0.13 | 290.56 | 0.57 | 0.69 |
| Hex | CF | 84 | DD | 6 | 28 | 0 | D | 123 | 39 | 45 |
| Octal | 317 | 204 | 335 | 6 | 50 | 0 | 15 | 443 | 71 | 105 |
| Binary | 11001111 | 10000100 | 11011101 | 110 | 101000 | 0 | 1101 | 100100011 | 111001 | 1000101 |
Color Harmonies of #CF84DD
Complementary color
Monochromatic Colors of #CF84DD
Black with #CF84DD
Text Example
Text Example
White with #CF84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84DD; }
p { color: rgb(207,132,221); }
H1.HeaderClassName
{
color: #CF84DD;
}
.AnyTagClassName
{
color: #CF84DD;
}
</style>
background-color css
<style>
a { background-color: #CF84DD; }
a { background-color: rgb(207,132,221); }
div.DivClassName
{
background-color: #CF84DD;
}
.BgClassName
{
background-color: #CF84DD;
}
</style>
border-color css
<style>
span { border-color: #CF84DD; }
span { border-color: rgb(207,132,221); }
td.TdClassName
{
border-color: #CF84DD;
}
.TagClassName
{
border-color: #CF84DD;
}
</style>