Shades of Orchid #CE70E3
Tints of Orchid #CE70E3
RGB
CMYK
RGB Variations
Color information
#CE70E3 (or 0xCE70E3) is known color: Orchid. HEX triplet: CE, 70 and E3. RGB value is (206,112,227). Sum of RGB (Red+Green+Blue) = 206+112+227=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70E3 is #318F1C. Grayscale: #989898. Windows color (decimal): -3247901 or 14905550. OLE color: 14905550.
HSL color Cylindrical-coordinate representation of color #CE70E3: hue angle of 289.04º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE70E3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 112 | 227 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.11 |
| HSL | 289.04º | 0.67% | 0.66% | - |
| HSV(B) | 289.04º | 0.51% | 0.89% | - |
| XYZ | 45.11 | 30.26 | 76.14 | - |
| YUV | 153.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 227 | 0.09 | 0.51 | 0 | 0.11 | 289.04 | 0.67 | 0.66 |
| Hex | CE | 70 | E3 | 9 | 33 | 0 | B | 121 | 43 | 42 |
| Octal | 316 | 160 | 343 | 11 | 63 | 0 | 13 | 441 | 103 | 102 |
| Binary | 11001110 | 1110000 | 11100011 | 1001 | 110011 | 0 | 1011 | 100100001 | 1000011 | 1000010 |
Color Harmonies of #CE70E3
Complementary color
Monochromatic Colors of #CE70E3
Black with #CE70E3
Text Example
Text Example
White with #CE70E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70E3; }
p { color: rgb(206,112,227); }
H1.HeaderClassName
{
color: #CE70E3;
}
.AnyTagClassName
{
color: #CE70E3;
}
</style>
background-color css
<style>
a { background-color: #CE70E3; }
a { background-color: rgb(206,112,227); }
div.DivClassName
{
background-color: #CE70E3;
}
.BgClassName
{
background-color: #CE70E3;
}
</style>
border-color css
<style>
span { border-color: #CE70E3; }
span { border-color: rgb(206,112,227); }
td.TdClassName
{
border-color: #CE70E3;
}
.TagClassName
{
border-color: #CE70E3;
}
</style>