Shades of Orchid #CE6DC9
Tints of Orchid #CE6DC9
RGB
CMYK
RGB Variations
Color information
#CE6DC9 (or 0xCE6DC9) is known color: Orchid. HEX triplet: CE, 6D and C9. RGB value is (206,109,201). Sum of RGB (Red+Green+Blue) = 206+109+201=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DC9 is #319236. Grayscale: #949494. Windows color (decimal): -3248695 or 13200846. OLE color: 13200846.
HSL color Cylindrical-coordinate representation of color #CE6DC9: hue angle of 303.09º 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 #CE6DC9 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 201 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.19 |
| HSL | 303.09º | 0.5% | 0.62% | - |
| HSV(B) | 303.09º | 0.47% | 0.81% | - |
| XYZ | 41.46 | 28.28 | 58.53 | - |
| YUV | 148.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 201 | 0 | 0.47 | 0.02 | 0.19 | 303.09 | 0.5 | 0.62 |
| Hex | CE | 6D | C9 | 0 | 2F | 2 | 13 | 12F | 32 | 3E |
| Octal | 316 | 155 | 311 | 0 | 57 | 2 | 23 | 457 | 62 | 76 |
| Binary | 11001110 | 1101101 | 11001001 | 0 | 101111 | 10 | 10011 | 100101111 | 110010 | 111110 |
Color Harmonies of #CE6DC9
Complementary color
Monochromatic Colors of #CE6DC9
Black with #CE6DC9
Text Example
Text Example
White with #CE6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DC9; }
p { color: rgb(206,109,201); }
H1.HeaderClassName
{
color: #CE6DC9;
}
.AnyTagClassName
{
color: #CE6DC9;
}
</style>
background-color css
<style>
a { background-color: #CE6DC9; }
a { background-color: rgb(206,109,201); }
div.DivClassName
{
background-color: #CE6DC9;
}
.BgClassName
{
background-color: #CE6DC9;
}
</style>
border-color css
<style>
span { border-color: #CE6DC9; }
span { border-color: rgb(206,109,201); }
td.TdClassName
{
border-color: #CE6DC9;
}
.TagClassName
{
border-color: #CE6DC9;
}
</style>