Shades of Orchid #CF6ECB
Tints of Orchid #CF6ECB
RGB
CMYK
RGB Variations
Color information
#CF6ECB (or 0xCF6ECB) is known color: Orchid. HEX triplet: CF, 6E and CB. RGB value is (207,110,203). Sum of RGB (Red+Green+Blue) = 207+110+203=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ECB is #309134. Grayscale: #959595. Windows color (decimal): -3182901 or 13332175. OLE color: 13332175.
HSL color Cylindrical-coordinate representation of color #CF6ECB: hue angle of 302.47º 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 #CF6ECB is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 203 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.19 |
| HSL | 302.47º | 0.5% | 0.62% | - |
| HSV(B) | 302.47º | 0.47% | 0.81% | - |
| XYZ | 42.09 | 28.73 | 59.83 | - |
| YUV | 149.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 203 | 0 | 0.47 | 0.02 | 0.19 | 302.47 | 0.5 | 0.62 |
| Hex | CF | 6E | CB | 0 | 2F | 2 | 13 | 12E | 32 | 3E |
| Octal | 317 | 156 | 313 | 0 | 57 | 2 | 23 | 456 | 62 | 76 |
| Binary | 11001111 | 1101110 | 11001011 | 0 | 101111 | 10 | 10011 | 100101110 | 110010 | 111110 |
Color Harmonies of #CF6ECB
Complementary color
Monochromatic Colors of #CF6ECB
Black with #CF6ECB
Text Example
Text Example
White with #CF6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ECB; }
p { color: rgb(207,110,203); }
H1.HeaderClassName
{
color: #CF6ECB;
}
.AnyTagClassName
{
color: #CF6ECB;
}
</style>
background-color css
<style>
a { background-color: #CF6ECB; }
a { background-color: rgb(207,110,203); }
div.DivClassName
{
background-color: #CF6ECB;
}
.BgClassName
{
background-color: #CF6ECB;
}
</style>
border-color css
<style>
span { border-color: #CF6ECB; }
span { border-color: rgb(207,110,203); }
td.TdClassName
{
border-color: #CF6ECB;
}
.TagClassName
{
border-color: #CF6ECB;
}
</style>