Shades of Orchid #CF66DC
Tints of Orchid #CF66DC
RGB
CMYK
RGB Variations
Color information
#CF66DC (or 0xCF66DC) is known color: Orchid. HEX triplet: CF, 66 and DC. RGB value is (207,102,220). Sum of RGB (Red+Green+Blue) = 207+102+220=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66DC is #309923. Grayscale: #929292. Windows color (decimal): -3184932 or 14444239. OLE color: 14444239.
HSL color Cylindrical-coordinate representation of color #CF66DC: hue angle of 293.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF66DC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 102 | 220 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.14 |
| HSL | 293.39º | 0.63% | 0.63% | - |
| HSV(B) | 293.39º | 0.54% | 0.86% | - |
| XYZ | 43.4 | 27.94 | 70.81 | - |
| YUV | 146.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 220 | 0.06 | 0.54 | 0 | 0.14 | 293.39 | 0.63 | 0.63 |
| Hex | CF | 66 | DC | 6 | 36 | 0 | E | 125 | 3F | 3F |
| Octal | 317 | 146 | 334 | 6 | 66 | 0 | 16 | 445 | 77 | 77 |
| Binary | 11001111 | 1100110 | 11011100 | 110 | 110110 | 0 | 1110 | 100100101 | 111111 | 111111 |
Color Harmonies of #CF66DC
Complementary color
Monochromatic Colors of #CF66DC
Black with #CF66DC
Text Example
Text Example
White with #CF66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66DC; }
p { color: rgb(207,102,220); }
H1.HeaderClassName
{
color: #CF66DC;
}
.AnyTagClassName
{
color: #CF66DC;
}
</style>
background-color css
<style>
a { background-color: #CF66DC; }
a { background-color: rgb(207,102,220); }
div.DivClassName
{
background-color: #CF66DC;
}
.BgClassName
{
background-color: #CF66DC;
}
</style>
border-color css
<style>
span { border-color: #CF66DC; }
span { border-color: rgb(207,102,220); }
td.TdClassName
{
border-color: #CF66DC;
}
.TagClassName
{
border-color: #CF66DC;
}
</style>