Shades of Orchid #CE6EC4
Tints of Orchid #CE6EC4
RGB
CMYK
RGB Variations
Color information
#CE6EC4 (or 0xCE6EC4) is known color: Orchid. HEX triplet: CE, 6E and C4. RGB value is (206,110,196). Sum of RGB (Red+Green+Blue) = 206+110+196=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EC4 is #31913B. Grayscale: #949494. Windows color (decimal): -3248444 or 12873422. OLE color: 12873422.
HSL color Cylindrical-coordinate representation of color #CE6EC4: hue angle of 306.25º degrees, saturation: 0.49, 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 #CE6EC4 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 196 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.19 |
| HSL | 306.25º | 0.49% | 0.62% | - |
| HSV(B) | 306.25º | 0.47% | 0.81% | - |
| XYZ | 40.99 | 28.26 | 55.52 | - |
| YUV | 148.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 196 | 0 | 0.47 | 0.05 | 0.19 | 306.25 | 0.49 | 0.62 |
| Hex | CE | 6E | C4 | 0 | 2F | 5 | 13 | 132 | 31 | 3E |
| Octal | 316 | 156 | 304 | 0 | 57 | 5 | 23 | 462 | 61 | 76 |
| Binary | 11001110 | 1101110 | 11000100 | 0 | 101111 | 101 | 10011 | 100110010 | 110001 | 111110 |
Color Harmonies of #CE6EC4
Complementary color
Monochromatic Colors of #CE6EC4
Black with #CE6EC4
Text Example
Text Example
White with #CE6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EC4; }
p { color: rgb(206,110,196); }
H1.HeaderClassName
{
color: #CE6EC4;
}
.AnyTagClassName
{
color: #CE6EC4;
}
</style>
background-color css
<style>
a { background-color: #CE6EC4; }
a { background-color: rgb(206,110,196); }
div.DivClassName
{
background-color: #CE6EC4;
}
.BgClassName
{
background-color: #CE6EC4;
}
</style>
border-color css
<style>
span { border-color: #CE6EC4; }
span { border-color: rgb(206,110,196); }
td.TdClassName
{
border-color: #CE6EC4;
}
.TagClassName
{
border-color: #CE6EC4;
}
</style>