Shades of Orchid #CF66D9
Tints of Orchid #CF66D9
RGB
CMYK
RGB Variations
Color information
#CF66D9 (or 0xCF66D9) is known color: Orchid. HEX triplet: CF, 66 and D9. RGB value is (207,102,217). Sum of RGB (Red+Green+Blue) = 207+102+217=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF66D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66D9 is #309926. Grayscale: #929292. Windows color (decimal): -3184935 or 14247631. OLE color: 14247631.
HSL color Cylindrical-coordinate representation of color #CF66D9: hue angle of 294.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF66D9 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 102 | 217 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.15 |
| HSL | 294.78º | 0.6% | 0.63% | - |
| HSV(B) | 294.78º | 0.53% | 0.85% | - |
| XYZ | 43.01 | 27.78 | 68.74 | - |
| YUV | 146.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 217 | 0.05 | 0.53 | 0 | 0.15 | 294.78 | 0.6 | 0.63 |
| Hex | CF | 66 | D9 | 5 | 35 | 0 | F | 127 | 3C | 3F |
| Octal | 317 | 146 | 331 | 5 | 65 | 0 | 17 | 447 | 74 | 77 |
| Binary | 11001111 | 1100110 | 11011001 | 101 | 110101 | 0 | 1111 | 100100111 | 111100 | 111111 |
Color Harmonies of #CF66D9
Complementary color
Monochromatic Colors of #CF66D9
Black with #CF66D9
Text Example
Text Example
White with #CF66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66D9; }
p { color: rgb(207,102,217); }
H1.HeaderClassName
{
color: #CF66D9;
}
.AnyTagClassName
{
color: #CF66D9;
}
</style>
background-color css
<style>
a { background-color: #CF66D9; }
a { background-color: rgb(207,102,217); }
div.DivClassName
{
background-color: #CF66D9;
}
.BgClassName
{
background-color: #CF66D9;
}
</style>
border-color css
<style>
span { border-color: #CF66D9; }
span { border-color: rgb(207,102,217); }
td.TdClassName
{
border-color: #CF66D9;
}
.TagClassName
{
border-color: #CF66D9;
}
</style>