Shades of Orchid #CF61DD
Tints of Orchid #CF61DD
RGB
CMYK
RGB Variations
Color information
#CF61DD (or 0xCF61DD) is known color: Orchid. HEX triplet: CF, 61 and DD. RGB value is (207,97,221). Sum of RGB (Red+Green+Blue) = 207+97+221=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61DD is #309E22. Grayscale: #8F8F8F. Windows color (decimal): -3186211 or 14508495. OLE color: 14508495.
HSL color Cylindrical-coordinate representation of color #CF61DD: hue angle of 293.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF61DD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 97 | 221 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.13 |
| HSL | 293.23º | 0.65% | 0.62% | - |
| HSV(B) | 293.23º | 0.56% | 0.87% | - |
| XYZ | 43.06 | 27.04 | 71.36 | - |
| YUV | 144.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 221 | 0.06 | 0.56 | 0 | 0.13 | 293.23 | 0.65 | 0.62 |
| Hex | CF | 61 | DD | 6 | 38 | 0 | D | 125 | 41 | 3E |
| Octal | 317 | 141 | 335 | 6 | 70 | 0 | 15 | 445 | 101 | 76 |
| Binary | 11001111 | 1100001 | 11011101 | 110 | 111000 | 0 | 1101 | 100100101 | 1000001 | 111110 |
Color Harmonies of #CF61DD
Complementary color
Monochromatic Colors of #CF61DD
Black with #CF61DD
Text Example
Text Example
White with #CF61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61DD; }
p { color: rgb(207,97,221); }
H1.HeaderClassName
{
color: #CF61DD;
}
.AnyTagClassName
{
color: #CF61DD;
}
</style>
background-color css
<style>
a { background-color: #CF61DD; }
a { background-color: rgb(207,97,221); }
div.DivClassName
{
background-color: #CF61DD;
}
.BgClassName
{
background-color: #CF61DD;
}
</style>
border-color css
<style>
span { border-color: #CF61DD; }
span { border-color: rgb(207,97,221); }
td.TdClassName
{
border-color: #CF61DD;
}
.TagClassName
{
border-color: #CF61DD;
}
</style>