Shades of Orchid #CE61D6
Tints of Orchid #CE61D6
RGB
CMYK
RGB Variations
Color information
#CE61D6 (or 0xCE61D6) is known color: Orchid. HEX triplet: CE, 61 and D6. RGB value is (206,97,214). Sum of RGB (Red+Green+Blue) = 206+97+214=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE61D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61D6 is #319E29. Grayscale: #8E8E8E. Windows color (decimal): -3251754 or 14049742. OLE color: 14049742.
HSL color Cylindrical-coordinate representation of color #CE61D6: hue angle of 295.9º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE61D6 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 97 | 214 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.16 |
| HSL | 295.9º | 0.59% | 0.61% | - |
| HSV(B) | 295.9º | 0.55% | 0.84% | - |
| XYZ | 41.87 | 26.53 | 66.53 | - |
| YUV | 142.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 214 | 0.04 | 0.55 | 0 | 0.16 | 295.9 | 0.59 | 0.61 |
| Hex | CE | 61 | D6 | 4 | 37 | 0 | 10 | 128 | 3B | 3D |
| Octal | 316 | 141 | 326 | 4 | 67 | 0 | 20 | 450 | 73 | 75 |
| Binary | 11001110 | 1100001 | 11010110 | 100 | 110111 | 0 | 10000 | 100101000 | 111011 | 111101 |
Color Harmonies of #CE61D6
Complementary color
Monochromatic Colors of #CE61D6
Black with #CE61D6
Text Example
Text Example
White with #CE61D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61D6; }
p { color: rgb(206,97,214); }
H1.HeaderClassName
{
color: #CE61D6;
}
.AnyTagClassName
{
color: #CE61D6;
}
</style>
background-color css
<style>
a { background-color: #CE61D6; }
a { background-color: rgb(206,97,214); }
div.DivClassName
{
background-color: #CE61D6;
}
.BgClassName
{
background-color: #CE61D6;
}
</style>
border-color css
<style>
span { border-color: #CE61D6; }
span { border-color: rgb(206,97,214); }
td.TdClassName
{
border-color: #CE61D6;
}
.TagClassName
{
border-color: #CE61D6;
}
</style>