Shades of Orchid #CF5FCF
Tints of Orchid #CF5FCF
RGB
CMYK
RGB Variations
Color information
#CF5FCF (or 0xCF5FCF) is known color: Orchid. HEX triplet: CF, 5F and CF. RGB value is (207,95,207). Sum of RGB (Red+Green+Blue) = 207+95+207=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF5FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FCF is #30A030. Grayscale: #8C8C8C. Windows color (decimal): -3186737 or 13590479. OLE color: 13590479.
HSL color Cylindrical-coordinate representation of color #CF5FCF: hue angle of 300º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5FCF is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 207 | - |
| CMYK | 0 | 0.54 | 0 | 0.19 |
| HSL | 300º | 0.54% | 0.59% | - |
| HSV(B) | 300º | 0.54% | 0.81% | - |
| XYZ | 41.09 | 25.95 | 61.88 | - |
| YUV | 141.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 207 | 0 | 0.54 | 0 | 0.19 | 300 | 0.54 | 0.59 |
| Hex | CF | 5F | CF | 0 | 36 | 0 | 13 | 12C | 36 | 3B |
| Octal | 317 | 137 | 317 | 0 | 66 | 0 | 23 | 454 | 66 | 73 |
| Binary | 11001111 | 1011111 | 11001111 | 0 | 110110 | 0 | 10011 | 100101100 | 110110 | 111011 |
Color Harmonies of #CF5FCF
Complementary color
Monochromatic Colors of #CF5FCF
Black with #CF5FCF
Text Example
Text Example
White with #CF5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FCF; }
p { color: rgb(207,95,207); }
H1.HeaderClassName
{
color: #CF5FCF;
}
.AnyTagClassName
{
color: #CF5FCF;
}
</style>
background-color css
<style>
a { background-color: #CF5FCF; }
a { background-color: rgb(207,95,207); }
div.DivClassName
{
background-color: #CF5FCF;
}
.BgClassName
{
background-color: #CF5FCF;
}
</style>
border-color css
<style>
span { border-color: #CF5FCF; }
span { border-color: rgb(207,95,207); }
td.TdClassName
{
border-color: #CF5FCF;
}
.TagClassName
{
border-color: #CF5FCF;
}
</style>