Shades of Orchid #CF60DF
Tints of Orchid #CF60DF
RGB
CMYK
RGB Variations
Color information
#CF60DF (or 0xCF60DF) is known color: Orchid. HEX triplet: CF, 60 and DF. RGB value is (207,96,223). Sum of RGB (Red+Green+Blue) = 207+96+223=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60DF is #309F20. Grayscale: #8F8F8F. Windows color (decimal): -3186465 or 14639311. OLE color: 14639311.
HSL color Cylindrical-coordinate representation of color #CF60DF: hue angle of 292.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF60DF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 96 | 223 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.13 |
| HSL | 292.44º | 0.66% | 0.63% | - |
| HSV(B) | 292.44º | 0.57% | 0.87% | - |
| XYZ | 43.23 | 26.96 | 72.74 | - |
| YUV | 143.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 223 | 0.07 | 0.57 | 0 | 0.13 | 292.44 | 0.66 | 0.63 |
| Hex | CF | 60 | DF | 7 | 39 | 0 | D | 124 | 42 | 3F |
| Octal | 317 | 140 | 337 | 7 | 71 | 0 | 15 | 444 | 102 | 77 |
| Binary | 11001111 | 1100000 | 11011111 | 111 | 111001 | 0 | 1101 | 100100100 | 1000010 | 111111 |
Color Harmonies of #CF60DF
Complementary color
Monochromatic Colors of #CF60DF
Black with #CF60DF
Text Example
Text Example
White with #CF60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60DF; }
p { color: rgb(207,96,223); }
H1.HeaderClassName
{
color: #CF60DF;
}
.AnyTagClassName
{
color: #CF60DF;
}
</style>
background-color css
<style>
a { background-color: #CF60DF; }
a { background-color: rgb(207,96,223); }
div.DivClassName
{
background-color: #CF60DF;
}
.BgClassName
{
background-color: #CF60DF;
}
</style>
border-color css
<style>
span { border-color: #CF60DF; }
span { border-color: rgb(207,96,223); }
td.TdClassName
{
border-color: #CF60DF;
}
.TagClassName
{
border-color: #CF60DF;
}
</style>