Shades of Orchid #CE6DBB
Tints of Orchid #CE6DBB
RGB
CMYK
RGB Variations
Color information
#CE6DBB (or 0xCE6DBB) is known color: Orchid. HEX triplet: CE, 6D and BB. RGB value is (206,109,187). Sum of RGB (Red+Green+Blue) = 206+109+187=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DBB is #319244. Grayscale: #929292. Windows color (decimal): -3248709 or 12283342. OLE color: 12283342.
HSL color Cylindrical-coordinate representation of color #CE6DBB: hue angle of 311.75º 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 #CE6DBB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 187 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.19 |
| HSL | 311.75º | 0.5% | 0.62% | - |
| HSV(B) | 311.75º | 0.47% | 0.81% | - |
| XYZ | 39.89 | 27.65 | 50.25 | - |
| YUV | 146.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 187 | 0 | 0.47 | 0.09 | 0.19 | 311.75 | 0.5 | 0.62 |
| Hex | CE | 6D | BB | 0 | 2F | 9 | 13 | 138 | 32 | 3E |
| Octal | 316 | 155 | 273 | 0 | 57 | 11 | 23 | 470 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10111011 | 0 | 101111 | 1001 | 10011 | 100111000 | 110010 | 111110 |
Color Harmonies of #CE6DBB
Complementary color
Monochromatic Colors of #CE6DBB
Black with #CE6DBB
Text Example
Text Example
White with #CE6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DBB; }
p { color: rgb(206,109,187); }
H1.HeaderClassName
{
color: #CE6DBB;
}
.AnyTagClassName
{
color: #CE6DBB;
}
</style>
background-color css
<style>
a { background-color: #CE6DBB; }
a { background-color: rgb(206,109,187); }
div.DivClassName
{
background-color: #CE6DBB;
}
.BgClassName
{
background-color: #CE6DBB;
}
</style>
border-color css
<style>
span { border-color: #CE6DBB; }
span { border-color: rgb(206,109,187); }
td.TdClassName
{
border-color: #CE6DBB;
}
.TagClassName
{
border-color: #CE6DBB;
}
</style>