Shades of Orchid #CE6DBD
Tints of Orchid #CE6DBD
RGB
CMYK
RGB Variations
Color information
#CE6DBD (or 0xCE6DBD) is known color: Orchid. HEX triplet: CE, 6D and BD. RGB value is (206,109,189). Sum of RGB (Red+Green+Blue) = 206+109+189=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DBD is #319242. Grayscale: #929292. Windows color (decimal): -3248707 or 12414414. OLE color: 12414414.
HSL color Cylindrical-coordinate representation of color #CE6DBD: hue angle of 310.52º 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 #CE6DBD is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 189 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.19 |
| HSL | 310.52º | 0.5% | 0.62% | - |
| HSV(B) | 310.52º | 0.47% | 0.81% | - |
| XYZ | 40.11 | 27.73 | 51.38 | - |
| YUV | 147.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 189 | 0 | 0.47 | 0.08 | 0.19 | 310.52 | 0.5 | 0.62 |
| Hex | CE | 6D | BD | 0 | 2F | 8 | 13 | 137 | 32 | 3E |
| Octal | 316 | 155 | 275 | 0 | 57 | 10 | 23 | 467 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10111101 | 0 | 101111 | 1000 | 10011 | 100110111 | 110010 | 111110 |
Color Harmonies of #CE6DBD
Complementary color
Monochromatic Colors of #CE6DBD
Black with #CE6DBD
Text Example
Text Example
White with #CE6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DBD; }
p { color: rgb(206,109,189); }
H1.HeaderClassName
{
color: #CE6DBD;
}
.AnyTagClassName
{
color: #CE6DBD;
}
</style>
background-color css
<style>
a { background-color: #CE6DBD; }
a { background-color: rgb(206,109,189); }
div.DivClassName
{
background-color: #CE6DBD;
}
.BgClassName
{
background-color: #CE6DBD;
}
</style>
border-color css
<style>
span { border-color: #CE6DBD; }
span { border-color: rgb(206,109,189); }
td.TdClassName
{
border-color: #CE6DBD;
}
.TagClassName
{
border-color: #CE6DBD;
}
</style>