Shades of Orchid #CE6DC1
Tints of Orchid #CE6DC1
RGB
CMYK
RGB Variations
Color information
#CE6DC1 (or 0xCE6DC1) is known color: Orchid. HEX triplet: CE, 6D and C1. RGB value is (206,109,193). Sum of RGB (Red+Green+Blue) = 206+109+193=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DC1 is #31923E. Grayscale: #939393. Windows color (decimal): -3248703 or 12676558. OLE color: 12676558.
HSL color Cylindrical-coordinate representation of color #CE6DC1: hue angle of 308.04º 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 #CE6DC1 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 193 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.19 |
| HSL | 308.04º | 0.5% | 0.62% | - |
| HSV(B) | 308.04º | 0.47% | 0.81% | - |
| XYZ | 40.55 | 27.91 | 53.7 | - |
| YUV | 147.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 193 | 0 | 0.47 | 0.06 | 0.19 | 308.04 | 0.5 | 0.62 |
| Hex | CE | 6D | C1 | 0 | 2F | 6 | 13 | 134 | 32 | 3E |
| Octal | 316 | 155 | 301 | 0 | 57 | 6 | 23 | 464 | 62 | 76 |
| Binary | 11001110 | 1101101 | 11000001 | 0 | 101111 | 110 | 10011 | 100110100 | 110010 | 111110 |
Color Harmonies of #CE6DC1
Complementary color
Monochromatic Colors of #CE6DC1
Black with #CE6DC1
Text Example
Text Example
White with #CE6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DC1; }
p { color: rgb(206,109,193); }
H1.HeaderClassName
{
color: #CE6DC1;
}
.AnyTagClassName
{
color: #CE6DC1;
}
</style>
background-color css
<style>
a { background-color: #CE6DC1; }
a { background-color: rgb(206,109,193); }
div.DivClassName
{
background-color: #CE6DC1;
}
.BgClassName
{
background-color: #CE6DC1;
}
</style>
border-color css
<style>
span { border-color: #CE6DC1; }
span { border-color: rgb(206,109,193); }
td.TdClassName
{
border-color: #CE6DC1;
}
.TagClassName
{
border-color: #CE6DC1;
}
</style>