Shades of Orchid #CE6ADA
Tints of Orchid #CE6ADA
RGB
CMYK
RGB Variations
Color information
#CE6ADA (or 0xCE6ADA) is known color: Orchid. HEX triplet: CE, 6A and DA. RGB value is (206,106,218). Sum of RGB (Red+Green+Blue) = 206+106+218=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADA is #319525. Grayscale: #949494. Windows color (decimal): -3249446 or 14314190. OLE color: 14314190.
HSL color Cylindrical-coordinate representation of color #CE6ADA: hue angle of 293.57º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6ADA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 106 | 218 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.15 |
| HSL | 293.57º | 0.6% | 0.64% | - |
| HSV(B) | 293.57º | 0.51% | 0.85% | - |
| XYZ | 43.26 | 28.49 | 69.55 | - |
| YUV | 148.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 218 | 0.06 | 0.51 | 0 | 0.15 | 293.57 | 0.6 | 0.64 |
| Hex | CE | 6A | DA | 6 | 33 | 0 | F | 126 | 3C | 40 |
| Octal | 316 | 152 | 332 | 6 | 63 | 0 | 17 | 446 | 74 | 100 |
| Binary | 11001110 | 1101010 | 11011010 | 110 | 110011 | 0 | 1111 | 100100110 | 111100 | 1000000 |
Color Harmonies of #CE6ADA
Complementary color
Monochromatic Colors of #CE6ADA
Black with #CE6ADA
Text Example
Text Example
White with #CE6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6ADA; }
p { color: rgb(206,106,218); }
H1.HeaderClassName
{
color: #CE6ADA;
}
.AnyTagClassName
{
color: #CE6ADA;
}
</style>
background-color css
<style>
a { background-color: #CE6ADA; }
a { background-color: rgb(206,106,218); }
div.DivClassName
{
background-color: #CE6ADA;
}
.BgClassName
{
background-color: #CE6ADA;
}
</style>
border-color css
<style>
span { border-color: #CE6ADA; }
span { border-color: rgb(206,106,218); }
td.TdClassName
{
border-color: #CE6ADA;
}
.TagClassName
{
border-color: #CE6ADA;
}
</style>