Shades of Orchid #CF84C7
Tints of Orchid #CF84C7
RGB
CMYK
RGB Variations
Color information
#CF84C7 (or 0xCF84C7) is known color: Orchid. HEX triplet: CF, 84 and C7. RGB value is (207,132,199). Sum of RGB (Red+Green+Blue) = 207+132+199=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84C7 is #307B38. Grayscale: #A1A1A1. Windows color (decimal): -3177273 or 13075663. OLE color: 13075663.
HSL color Cylindrical-coordinate representation of color #CF84C7: hue angle of 306.4º 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 #CF84C7 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 199 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.19 |
| HSL | 306.4º | 0.44% | 0.66% | - |
| HSV(B) | 306.4º | 0.36% | 0.81% | - |
| XYZ | 44.29 | 33.89 | 58.24 | - |
| YUV | 162.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 199 | 0 | 0.36 | 0.04 | 0.19 | 306.4 | 0.44 | 0.66 |
| Hex | CF | 84 | C7 | 0 | 24 | 4 | 13 | 132 | 2C | 42 |
| Octal | 317 | 204 | 307 | 0 | 44 | 4 | 23 | 462 | 54 | 102 |
| Binary | 11001111 | 10000100 | 11000111 | 0 | 100100 | 100 | 10011 | 100110010 | 101100 | 1000010 |
Color Harmonies of #CF84C7
Complementary color
Monochromatic Colors of #CF84C7
Black with #CF84C7
Text Example
Text Example
White with #CF84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84C7; }
p { color: rgb(207,132,199); }
H1.HeaderClassName
{
color: #CF84C7;
}
.AnyTagClassName
{
color: #CF84C7;
}
</style>
background-color css
<style>
a { background-color: #CF84C7; }
a { background-color: rgb(207,132,199); }
div.DivClassName
{
background-color: #CF84C7;
}
.BgClassName
{
background-color: #CF84C7;
}
</style>
border-color css
<style>
span { border-color: #CF84C7; }
span { border-color: rgb(207,132,199); }
td.TdClassName
{
border-color: #CF84C7;
}
.TagClassName
{
border-color: #CF84C7;
}
</style>