Shades of Orchid #CE6CE0
Tints of Orchid #CE6CE0
RGB
CMYK
RGB Variations
Color information
#CE6CE0 (or 0xCE6CE0) is known color: Orchid. HEX triplet: CE, 6C and E0. RGB value is (206,108,224). Sum of RGB (Red+Green+Blue) = 206+108+224=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CE0 is #31931F. Grayscale: #969696. Windows color (decimal): -3248928 or 14707918. OLE color: 14707918.
HSL color Cylindrical-coordinate representation of color #CE6CE0: hue angle of 290.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6CE0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 108 | 224 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.12 |
| HSL | 290.69º | 0.65% | 0.65% | - |
| HSV(B) | 290.69º | 0.52% | 0.88% | - |
| XYZ | 44.27 | 29.23 | 73.83 | - |
| YUV | 150.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 224 | 0.08 | 0.52 | 0 | 0.12 | 290.69 | 0.65 | 0.65 |
| Hex | CE | 6C | E0 | 8 | 34 | 0 | C | 123 | 41 | 41 |
| Octal | 316 | 154 | 340 | 10 | 64 | 0 | 14 | 443 | 101 | 101 |
| Binary | 11001110 | 1101100 | 11100000 | 1000 | 110100 | 0 | 1100 | 100100011 | 1000001 | 1000001 |
Color Harmonies of #CE6CE0
Complementary color
Monochromatic Colors of #CE6CE0
Black with #CE6CE0
Text Example
Text Example
White with #CE6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CE0; }
p { color: rgb(206,108,224); }
H1.HeaderClassName
{
color: #CE6CE0;
}
.AnyTagClassName
{
color: #CE6CE0;
}
</style>
background-color css
<style>
a { background-color: #CE6CE0; }
a { background-color: rgb(206,108,224); }
div.DivClassName
{
background-color: #CE6CE0;
}
.BgClassName
{
background-color: #CE6CE0;
}
</style>
border-color css
<style>
span { border-color: #CE6CE0; }
span { border-color: rgb(206,108,224); }
td.TdClassName
{
border-color: #CE6CE0;
}
.TagClassName
{
border-color: #CE6CE0;
}
</style>