Shades of Orchid #CF6ECA
Tints of Orchid #CF6ECA
RGB
CMYK
RGB Variations
Color information
#CF6ECA (or 0xCF6ECA) is known color: Orchid. HEX triplet: CF, 6E and CA. RGB value is (207,110,202). Sum of RGB (Red+Green+Blue) = 207+110+202=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ECA is #309135. Grayscale: #959595. Windows color (decimal): -3182902 or 13266639. OLE color: 13266639.
HSL color Cylindrical-coordinate representation of color #CF6ECA: hue angle of 303.09º 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 #CF6ECA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 202 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.19 |
| HSL | 303.09º | 0.5% | 0.62% | - |
| HSV(B) | 303.09º | 0.47% | 0.81% | - |
| XYZ | 41.97 | 28.68 | 59.2 | - |
| YUV | 149.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 202 | 0 | 0.47 | 0.02 | 0.19 | 303.09 | 0.5 | 0.62 |
| Hex | CF | 6E | CA | 0 | 2F | 2 | 13 | 12F | 32 | 3E |
| Octal | 317 | 156 | 312 | 0 | 57 | 2 | 23 | 457 | 62 | 76 |
| Binary | 11001111 | 1101110 | 11001010 | 0 | 101111 | 10 | 10011 | 100101111 | 110010 | 111110 |
Color Harmonies of #CF6ECA
Complementary color
Monochromatic Colors of #CF6ECA
Black with #CF6ECA
Text Example
Text Example
White with #CF6ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ECA; }
p { color: rgb(207,110,202); }
H1.HeaderClassName
{
color: #CF6ECA;
}
.AnyTagClassName
{
color: #CF6ECA;
}
</style>
background-color css
<style>
a { background-color: #CF6ECA; }
a { background-color: rgb(207,110,202); }
div.DivClassName
{
background-color: #CF6ECA;
}
.BgClassName
{
background-color: #CF6ECA;
}
</style>
border-color css
<style>
span { border-color: #CF6ECA; }
span { border-color: rgb(207,110,202); }
td.TdClassName
{
border-color: #CF6ECA;
}
.TagClassName
{
border-color: #CF6ECA;
}
</style>