Shades of Orchid #CE6ADC
Tints of Orchid #CE6ADC
RGB
CMYK
RGB Variations
Color information
#CE6ADC (or 0xCE6ADC) is known color: Orchid. HEX triplet: CE, 6A and DC. RGB value is (206,106,220). Sum of RGB (Red+Green+Blue) = 206+106+220=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADC is #319523. Grayscale: #949494. Windows color (decimal): -3249444 or 14445262. OLE color: 14445262.
HSL color Cylindrical-coordinate representation of color #CE6ADC: hue angle of 292.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6ADC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 106 | 220 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.14 |
| HSL | 292.63º | 0.62% | 0.64% | - |
| HSV(B) | 292.63º | 0.52% | 0.86% | - |
| XYZ | 43.53 | 28.6 | 70.94 | - |
| YUV | 148.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 220 | 0.06 | 0.52 | 0 | 0.14 | 292.63 | 0.62 | 0.64 |
| Hex | CE | 6A | DC | 6 | 34 | 0 | E | 125 | 3E | 40 |
| Octal | 316 | 152 | 334 | 6 | 64 | 0 | 16 | 445 | 76 | 100 |
| Binary | 11001110 | 1101010 | 11011100 | 110 | 110100 | 0 | 1110 | 100100101 | 111110 | 1000000 |
Color Harmonies of #CE6ADC
Complementary color
Monochromatic Colors of #CE6ADC
Black with #CE6ADC
Text Example
Text Example
White with #CE6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6ADC; }
p { color: rgb(206,106,220); }
H1.HeaderClassName
{
color: #CE6ADC;
}
.AnyTagClassName
{
color: #CE6ADC;
}
</style>
background-color css
<style>
a { background-color: #CE6ADC; }
a { background-color: rgb(206,106,220); }
div.DivClassName
{
background-color: #CE6ADC;
}
.BgClassName
{
background-color: #CE6ADC;
}
</style>
border-color css
<style>
span { border-color: #CE6ADC; }
span { border-color: rgb(206,106,220); }
td.TdClassName
{
border-color: #CE6ADC;
}
.TagClassName
{
border-color: #CE6ADC;
}
</style>