Shades of Orchid #CE70E0
Tints of Orchid #CE70E0
RGB
CMYK
RGB Variations
Color information
#CE70E0 (or 0xCE70E0) is known color: Orchid. HEX triplet: CE, 70 and E0. RGB value is (206,112,224). Sum of RGB (Red+Green+Blue) = 206+112+224=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE70E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70E0 is #318F1F. Grayscale: #989898. Windows color (decimal): -3247904 or 14708942. OLE color: 14708942.
HSL color Cylindrical-coordinate representation of color #CE70E0: hue angle of 290.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE70E0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 112 | 224 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.12 |
| HSL | 290.36º | 0.64% | 0.66% | - |
| HSV(B) | 290.36º | 0.5% | 0.88% | - |
| XYZ | 44.7 | 30.09 | 73.97 | - |
| YUV | 152.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 224 | 0.08 | 0.50 | 0 | 0.12 | 290.36 | 0.64 | 0.66 |
| Hex | CE | 70 | E0 | 8 | 32 | 0 | C | 122 | 40 | 42 |
| Octal | 316 | 160 | 340 | 10 | 62 | 0 | 14 | 442 | 100 | 102 |
| Binary | 11001110 | 1110000 | 11100000 | 1000 | 110010 | 0 | 1100 | 100100010 | 1000000 | 1000010 |
Color Harmonies of #CE70E0
Complementary color
Monochromatic Colors of #CE70E0
Black with #CE70E0
Text Example
Text Example
White with #CE70E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70E0; }
p { color: rgb(206,112,224); }
H1.HeaderClassName
{
color: #CE70E0;
}
.AnyTagClassName
{
color: #CE70E0;
}
</style>
background-color css
<style>
a { background-color: #CE70E0; }
a { background-color: rgb(206,112,224); }
div.DivClassName
{
background-color: #CE70E0;
}
.BgClassName
{
background-color: #CE70E0;
}
</style>
border-color css
<style>
span { border-color: #CE70E0; }
span { border-color: rgb(206,112,224); }
td.TdClassName
{
border-color: #CE70E0;
}
.TagClassName
{
border-color: #CE70E0;
}
</style>