Shades of Orchid #CE6BDC
Tints of Orchid #CE6BDC
RGB
CMYK
RGB Variations
Color information
#CE6BDC (or 0xCE6BDC) is known color: Orchid. HEX triplet: CE, 6B and DC. RGB value is (206,107,220). Sum of RGB (Red+Green+Blue) = 206+107+220=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BDC is #319423. Grayscale: #959595. Windows color (decimal): -3249188 or 14445518. OLE color: 14445518.
HSL color Cylindrical-coordinate representation of color #CE6BDC: hue angle of 292.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6BDC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 107 | 220 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.14 |
| HSL | 292.57º | 0.62% | 0.64% | - |
| HSV(B) | 292.57º | 0.51% | 0.86% | - |
| XYZ | 43.63 | 28.8 | 70.97 | - |
| YUV | 149.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 220 | 0.06 | 0.51 | 0 | 0.14 | 292.57 | 0.62 | 0.64 |
| Hex | CE | 6B | DC | 6 | 33 | 0 | E | 125 | 3E | 40 |
| Octal | 316 | 153 | 334 | 6 | 63 | 0 | 16 | 445 | 76 | 100 |
| Binary | 11001110 | 1101011 | 11011100 | 110 | 110011 | 0 | 1110 | 100100101 | 111110 | 1000000 |
Color Harmonies of #CE6BDC
Complementary color
Monochromatic Colors of #CE6BDC
Black with #CE6BDC
Text Example
Text Example
White with #CE6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BDC; }
p { color: rgb(206,107,220); }
H1.HeaderClassName
{
color: #CE6BDC;
}
.AnyTagClassName
{
color: #CE6BDC;
}
</style>
background-color css
<style>
a { background-color: #CE6BDC; }
a { background-color: rgb(206,107,220); }
div.DivClassName
{
background-color: #CE6BDC;
}
.BgClassName
{
background-color: #CE6BDC;
}
</style>
border-color css
<style>
span { border-color: #CE6BDC; }
span { border-color: rgb(206,107,220); }
td.TdClassName
{
border-color: #CE6BDC;
}
.TagClassName
{
border-color: #CE6BDC;
}
</style>