Shades of Orchid #CF60CD
Tints of Orchid #CF60CD
RGB
CMYK
RGB Variations
Color information
#CF60CD (or 0xCF60CD) is known color: Orchid. HEX triplet: CF, 60 and CD. RGB value is (207,96,205). Sum of RGB (Red+Green+Blue) = 207+96+205=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60CD is #309F32. Grayscale: #8D8D8D. Windows color (decimal): -3186483 or 13459663. OLE color: 13459663.
HSL color Cylindrical-coordinate representation of color #CF60CD: hue angle of 301.08º 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 #CF60CD is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 205 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.19 |
| HSL | 301.08º | 0.54% | 0.59% | - |
| HSV(B) | 301.08º | 0.54% | 0.81% | - |
| XYZ | 40.93 | 26.04 | 60.63 | - |
| YUV | 141.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 205 | 0 | 0.54 | 0.01 | 0.19 | 301.08 | 0.54 | 0.59 |
| Hex | CF | 60 | CD | 0 | 36 | 1 | 13 | 12D | 36 | 3B |
| Octal | 317 | 140 | 315 | 0 | 66 | 1 | 23 | 455 | 66 | 73 |
| Binary | 11001111 | 1100000 | 11001101 | 0 | 110110 | 1 | 10011 | 100101101 | 110110 | 111011 |
Color Harmonies of #CF60CD
Complementary color
Monochromatic Colors of #CF60CD
Black with #CF60CD
Text Example
Text Example
White with #CF60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60CD; }
p { color: rgb(207,96,205); }
H1.HeaderClassName
{
color: #CF60CD;
}
.AnyTagClassName
{
color: #CF60CD;
}
</style>
background-color css
<style>
a { background-color: #CF60CD; }
a { background-color: rgb(207,96,205); }
div.DivClassName
{
background-color: #CF60CD;
}
.BgClassName
{
background-color: #CF60CD;
}
</style>
border-color css
<style>
span { border-color: #CF60CD; }
span { border-color: rgb(207,96,205); }
td.TdClassName
{
border-color: #CF60CD;
}
.TagClassName
{
border-color: #CF60CD;
}
</style>