Shades of Orchid #CF61D9
Tints of Orchid #CF61D9
RGB
CMYK
RGB Variations
Color information
#CF61D9 (or 0xCF61D9) is known color: Orchid. HEX triplet: CF, 61 and D9. RGB value is (207,97,217). Sum of RGB (Red+Green+Blue) = 207+97+217=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61D9 is #309E26. Grayscale: #8F8F8F. Windows color (decimal): -3186215 or 14246351. OLE color: 14246351.
HSL color Cylindrical-coordinate representation of color #CF61D9: hue angle of 295º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF61D9 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 97 | 217 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.15 |
| HSL | 295º | 0.61% | 0.62% | - |
| HSV(B) | 295º | 0.55% | 0.85% | - |
| XYZ | 42.53 | 26.82 | 68.58 | - |
| YUV | 143.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 217 | 0.05 | 0.55 | 0 | 0.15 | 295 | 0.61 | 0.62 |
| Hex | CF | 61 | D9 | 5 | 37 | 0 | F | 127 | 3D | 3E |
| Octal | 317 | 141 | 331 | 5 | 67 | 0 | 17 | 447 | 75 | 76 |
| Binary | 11001111 | 1100001 | 11011001 | 101 | 110111 | 0 | 1111 | 100100111 | 111101 | 111110 |
Color Harmonies of #CF61D9
Complementary color
Monochromatic Colors of #CF61D9
Black with #CF61D9
Text Example
Text Example
White with #CF61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61D9; }
p { color: rgb(207,97,217); }
H1.HeaderClassName
{
color: #CF61D9;
}
.AnyTagClassName
{
color: #CF61D9;
}
</style>
background-color css
<style>
a { background-color: #CF61D9; }
a { background-color: rgb(207,97,217); }
div.DivClassName
{
background-color: #CF61D9;
}
.BgClassName
{
background-color: #CF61D9;
}
</style>
border-color css
<style>
span { border-color: #CF61D9; }
span { border-color: rgb(207,97,217); }
td.TdClassName
{
border-color: #CF61D9;
}
.TagClassName
{
border-color: #CF61D9;
}
</style>