Shades of Orchid #CE61D1
Tints of Orchid #CE61D1
RGB
CMYK
RGB Variations
Color information
#CE61D1 (or 0xCE61D1) is known color: Orchid. HEX triplet: CE, 61 and D1. RGB value is (206,97,209). Sum of RGB (Red+Green+Blue) = 206+97+209=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE61D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61D1 is #319E2E. Grayscale: #8E8E8E. Windows color (decimal): -3251759 or 13722062. OLE color: 13722062.
HSL color Cylindrical-coordinate representation of color #CE61D1: hue angle of 298.39º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE61D1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 97 | 209 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.18 |
| HSL | 298.39º | 0.55% | 0.6% | - |
| HSV(B) | 298.39º | 0.54% | 0.82% | - |
| XYZ | 41.24 | 26.27 | 63.22 | - |
| YUV | 142.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 209 | 0.01 | 0.54 | 0 | 0.18 | 298.39 | 0.55 | 0.6 |
| Hex | CE | 61 | D1 | 1 | 36 | 0 | 12 | 12A | 37 | 3C |
| Octal | 316 | 141 | 321 | 1 | 66 | 0 | 22 | 452 | 67 | 74 |
| Binary | 11001110 | 1100001 | 11010001 | 1 | 110110 | 0 | 10010 | 100101010 | 110111 | 111100 |
Color Harmonies of #CE61D1
Complementary color
Monochromatic Colors of #CE61D1
Black with #CE61D1
Text Example
Text Example
White with #CE61D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61D1; }
p { color: rgb(206,97,209); }
H1.HeaderClassName
{
color: #CE61D1;
}
.AnyTagClassName
{
color: #CE61D1;
}
</style>
background-color css
<style>
a { background-color: #CE61D1; }
a { background-color: rgb(206,97,209); }
div.DivClassName
{
background-color: #CE61D1;
}
.BgClassName
{
background-color: #CE61D1;
}
</style>
border-color css
<style>
span { border-color: #CE61D1; }
span { border-color: rgb(206,97,209); }
td.TdClassName
{
border-color: #CE61D1;
}
.TagClassName
{
border-color: #CE61D1;
}
</style>