Shades of Orchid #CF66E6
Tints of Orchid #CF66E6
RGB
CMYK
RGB Variations
Color information
#CF66E6 (or 0xCF66E6) is known color: Orchid. HEX triplet: CF, 66 and E6. RGB value is (207,102,230). Sum of RGB (Red+Green+Blue) = 207+102+230=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66E6 is #309919. Grayscale: #939393. Windows color (decimal): -3184922 or 15099599. OLE color: 15099599.
HSL color Cylindrical-coordinate representation of color #CF66E6: hue angle of 289.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF66E6 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 102 | 230 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.10 |
| HSL | 289.22º | 0.72% | 0.65% | - |
| HSV(B) | 289.22º | 0.56% | 0.9% | - |
| XYZ | 44.77 | 28.48 | 78 | - |
| YUV | 147.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 230 | 0.10 | 0.56 | 0 | 0.10 | 289.22 | 0.72 | 0.65 |
| Hex | CF | 66 | E6 | A | 38 | 0 | A | 121 | 48 | 41 |
| Octal | 317 | 146 | 346 | 12 | 70 | 0 | 12 | 441 | 110 | 101 |
| Binary | 11001111 | 1100110 | 11100110 | 1010 | 111000 | 0 | 1010 | 100100001 | 1001000 | 1000001 |
Color Harmonies of #CF66E6
Complementary color
Monochromatic Colors of #CF66E6
Black with #CF66E6
Text Example
Text Example
White with #CF66E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66E6; }
p { color: rgb(207,102,230); }
H1.HeaderClassName
{
color: #CF66E6;
}
.AnyTagClassName
{
color: #CF66E6;
}
</style>
background-color css
<style>
a { background-color: #CF66E6; }
a { background-color: rgb(207,102,230); }
div.DivClassName
{
background-color: #CF66E6;
}
.BgClassName
{
background-color: #CF66E6;
}
</style>
border-color css
<style>
span { border-color: #CF66E6; }
span { border-color: rgb(207,102,230); }
td.TdClassName
{
border-color: #CF66E6;
}
.TagClassName
{
border-color: #CF66E6;
}
</style>