Shades of Orchid #CE6AE0
Tints of Orchid #CE6AE0
RGB
CMYK
RGB Variations
Color information
#CE6AE0 (or 0xCE6AE0) is known color: Orchid. HEX triplet: CE, 6A and E0. RGB value is (206,106,224). Sum of RGB (Red+Green+Blue) = 206+106+224=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AE0 is #31951F. Grayscale: #949494. Windows color (decimal): -3249440 or 14707406. OLE color: 14707406.
HSL color Cylindrical-coordinate representation of color #CE6AE0: hue angle of 290.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6AE0 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 106 | 224 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.12 |
| HSL | 290.85º | 0.66% | 0.65% | - |
| HSV(B) | 290.85º | 0.53% | 0.88% | - |
| XYZ | 44.06 | 28.81 | 73.76 | - |
| YUV | 149.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 224 | 0.08 | 0.53 | 0 | 0.12 | 290.85 | 0.66 | 0.65 |
| Hex | CE | 6A | E0 | 8 | 35 | 0 | C | 123 | 42 | 41 |
| Octal | 316 | 152 | 340 | 10 | 65 | 0 | 14 | 443 | 102 | 101 |
| Binary | 11001110 | 1101010 | 11100000 | 1000 | 110101 | 0 | 1100 | 100100011 | 1000010 | 1000001 |
Color Harmonies of #CE6AE0
Complementary color
Monochromatic Colors of #CE6AE0
Black with #CE6AE0
Text Example
Text Example
White with #CE6AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AE0; }
p { color: rgb(206,106,224); }
H1.HeaderClassName
{
color: #CE6AE0;
}
.AnyTagClassName
{
color: #CE6AE0;
}
</style>
background-color css
<style>
a { background-color: #CE6AE0; }
a { background-color: rgb(206,106,224); }
div.DivClassName
{
background-color: #CE6AE0;
}
.BgClassName
{
background-color: #CE6AE0;
}
</style>
border-color css
<style>
span { border-color: #CE6AE0; }
span { border-color: rgb(206,106,224); }
td.TdClassName
{
border-color: #CE6AE0;
}
.TagClassName
{
border-color: #CE6AE0;
}
</style>