Shades of Orchid #CE6BE0
Tints of Orchid #CE6BE0
RGB
CMYK
RGB Variations
Color information
#CE6BE0 (or 0xCE6BE0) is known color: Orchid. HEX triplet: CE, 6B and E0. RGB value is (206,107,224). Sum of RGB (Red+Green+Blue) = 206+107+224=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BE0 is #31941F. Grayscale: #959595. Windows color (decimal): -3249184 or 14707662. OLE color: 14707662.
HSL color Cylindrical-coordinate representation of color #CE6BE0: hue angle of 290.77º 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 #CE6BE0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 107 | 224 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.12 |
| HSL | 290.77º | 0.65% | 0.65% | - |
| HSV(B) | 290.77º | 0.52% | 0.88% | - |
| XYZ | 44.17 | 29.02 | 73.79 | - |
| YUV | 149.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 224 | 0.08 | 0.52 | 0 | 0.12 | 290.77 | 0.65 | 0.65 |
| Hex | CE | 6B | E0 | 8 | 34 | 0 | C | 123 | 41 | 41 |
| Octal | 316 | 153 | 340 | 10 | 64 | 0 | 14 | 443 | 101 | 101 |
| Binary | 11001110 | 1101011 | 11100000 | 1000 | 110100 | 0 | 1100 | 100100011 | 1000001 | 1000001 |
Color Harmonies of #CE6BE0
Complementary color
Monochromatic Colors of #CE6BE0
Black with #CE6BE0
Text Example
Text Example
White with #CE6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BE0; }
p { color: rgb(206,107,224); }
H1.HeaderClassName
{
color: #CE6BE0;
}
.AnyTagClassName
{
color: #CE6BE0;
}
</style>
background-color css
<style>
a { background-color: #CE6BE0; }
a { background-color: rgb(206,107,224); }
div.DivClassName
{
background-color: #CE6BE0;
}
.BgClassName
{
background-color: #CE6BE0;
}
</style>
border-color css
<style>
span { border-color: #CE6BE0; }
span { border-color: rgb(206,107,224); }
td.TdClassName
{
border-color: #CE6BE0;
}
.TagClassName
{
border-color: #CE6BE0;
}
</style>