Shades of Orchid #CF6EC1
Tints of Orchid #CF6EC1
RGB
CMYK
RGB Variations
Color information
#CF6EC1 (or 0xCF6EC1) is known color: Orchid. HEX triplet: CF, 6E and C1. RGB value is (207,110,193). Sum of RGB (Red+Green+Blue) = 207+110+193=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC1 is #30913E. Grayscale: #949494. Windows color (decimal): -3182911 or 12676815. OLE color: 12676815.
HSL color Cylindrical-coordinate representation of color #CF6EC1: hue angle of 308.66º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6EC1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 193 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.19 |
| HSL | 308.66º | 0.5% | 0.62% | - |
| HSV(B) | 308.66º | 0.47% | 0.81% | - |
| XYZ | 40.93 | 28.27 | 53.75 | - |
| YUV | 148.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 193 | 0 | 0.47 | 0.07 | 0.19 | 308.66 | 0.5 | 0.62 |
| Hex | CF | 6E | C1 | 0 | 2F | 7 | 13 | 135 | 32 | 3E |
| Octal | 317 | 156 | 301 | 0 | 57 | 7 | 23 | 465 | 62 | 76 |
| Binary | 11001111 | 1101110 | 11000001 | 0 | 101111 | 111 | 10011 | 100110101 | 110010 | 111110 |
Color Harmonies of #CF6EC1
Complementary color
Monochromatic Colors of #CF6EC1
Black with #CF6EC1
Text Example
Text Example
White with #CF6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EC1; }
p { color: rgb(207,110,193); }
H1.HeaderClassName
{
color: #CF6EC1;
}
.AnyTagClassName
{
color: #CF6EC1;
}
</style>
background-color css
<style>
a { background-color: #CF6EC1; }
a { background-color: rgb(207,110,193); }
div.DivClassName
{
background-color: #CF6EC1;
}
.BgClassName
{
background-color: #CF6EC1;
}
</style>
border-color css
<style>
span { border-color: #CF6EC1; }
span { border-color: rgb(207,110,193); }
td.TdClassName
{
border-color: #CF6EC1;
}
.TagClassName
{
border-color: #CF6EC1;
}
</style>