Shades of Orchid #CF84DA
Tints of Orchid #CF84DA
RGB
CMYK
RGB Variations
Color information
#CF84DA (or 0xCF84DA) is known color: Orchid. HEX triplet: CF, 84 and DA. RGB value is (207,132,218). Sum of RGB (Red+Green+Blue) = 207+132+218=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84DA is #307B25. Grayscale: #A3A3A3. Windows color (decimal): -3177254 or 14320847. OLE color: 14320847.
HSL color Cylindrical-coordinate representation of color #CF84DA: hue angle of 292.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF84DA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 132 | 218 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.15 |
| HSL | 292.33º | 0.54% | 0.69% | - |
| HSV(B) | 292.33º | 0.39% | 0.85% | - |
| XYZ | 46.64 | 34.83 | 70.59 | - |
| YUV | 164.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 218 | 0.05 | 0.39 | 0 | 0.15 | 292.33 | 0.54 | 0.69 |
| Hex | CF | 84 | DA | 5 | 27 | 0 | F | 124 | 36 | 45 |
| Octal | 317 | 204 | 332 | 5 | 47 | 0 | 17 | 444 | 66 | 105 |
| Binary | 11001111 | 10000100 | 11011010 | 101 | 100111 | 0 | 1111 | 100100100 | 110110 | 1000101 |
Color Harmonies of #CF84DA
Complementary color
Monochromatic Colors of #CF84DA
Black with #CF84DA
Text Example
Text Example
White with #CF84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84DA; }
p { color: rgb(207,132,218); }
H1.HeaderClassName
{
color: #CF84DA;
}
.AnyTagClassName
{
color: #CF84DA;
}
</style>
background-color css
<style>
a { background-color: #CF84DA; }
a { background-color: rgb(207,132,218); }
div.DivClassName
{
background-color: #CF84DA;
}
.BgClassName
{
background-color: #CF84DA;
}
</style>
border-color css
<style>
span { border-color: #CF84DA; }
span { border-color: rgb(207,132,218); }
td.TdClassName
{
border-color: #CF84DA;
}
.TagClassName
{
border-color: #CF84DA;
}
</style>