Shades of Orchid #CF6EC6
Tints of Orchid #CF6EC6
RGB
CMYK
RGB Variations
Color information
#CF6EC6 (or 0xCF6EC6) is known color: Orchid. HEX triplet: CF, 6E and C6. RGB value is (207,110,198). Sum of RGB (Red+Green+Blue) = 207+110+198=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC6 is #309139. Grayscale: #949494. Windows color (decimal): -3182906 or 13004495. OLE color: 13004495.
HSL color Cylindrical-coordinate representation of color #CF6EC6: hue angle of 305.57º 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 #CF6EC6 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 198 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.19 |
| HSL | 305.57º | 0.5% | 0.62% | - |
| HSV(B) | 305.57º | 0.47% | 0.81% | - |
| XYZ | 41.5 | 28.49 | 56.74 | - |
| YUV | 149.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 198 | 0 | 0.47 | 0.04 | 0.19 | 305.57 | 0.5 | 0.62 |
| Hex | CF | 6E | C6 | 0 | 2F | 4 | 13 | 132 | 32 | 3E |
| Octal | 317 | 156 | 306 | 0 | 57 | 4 | 23 | 462 | 62 | 76 |
| Binary | 11001111 | 1101110 | 11000110 | 0 | 101111 | 100 | 10011 | 100110010 | 110010 | 111110 |
Color Harmonies of #CF6EC6
Complementary color
Monochromatic Colors of #CF6EC6
Black with #CF6EC6
Text Example
Text Example
White with #CF6EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EC6; }
p { color: rgb(207,110,198); }
H1.HeaderClassName
{
color: #CF6EC6;
}
.AnyTagClassName
{
color: #CF6EC6;
}
</style>
background-color css
<style>
a { background-color: #CF6EC6; }
a { background-color: rgb(207,110,198); }
div.DivClassName
{
background-color: #CF6EC6;
}
.BgClassName
{
background-color: #CF6EC6;
}
</style>
border-color css
<style>
span { border-color: #CF6EC6; }
span { border-color: rgb(207,110,198); }
td.TdClassName
{
border-color: #CF6EC6;
}
.TagClassName
{
border-color: #CF6EC6;
}
</style>