Shades of Orchid #CE70D9
Tints of Orchid #CE70D9
RGB
CMYK
RGB Variations
Color information
#CE70D9 (or 0xCE70D9) is known color: Orchid. HEX triplet: CE, 70 and D9. RGB value is (206,112,217). Sum of RGB (Red+Green+Blue) = 206+112+217=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70D9 is #318F26. Grayscale: #979797. Windows color (decimal): -3247911 or 14250190. OLE color: 14250190.
HSL color Cylindrical-coordinate representation of color #CE70D9: hue angle of 293.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE70D9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 112 | 217 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.15 |
| HSL | 293.71º | 0.58% | 0.65% | - |
| HSV(B) | 293.71º | 0.48% | 0.85% | - |
| XYZ | 43.77 | 29.72 | 69.08 | - |
| YUV | 152.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 217 | 0.05 | 0.48 | 0 | 0.15 | 293.71 | 0.58 | 0.65 |
| Hex | CE | 70 | D9 | 5 | 30 | 0 | F | 126 | 3A | 41 |
| Octal | 316 | 160 | 331 | 5 | 60 | 0 | 17 | 446 | 72 | 101 |
| Binary | 11001110 | 1110000 | 11011001 | 101 | 110000 | 0 | 1111 | 100100110 | 111010 | 1000001 |
Color Harmonies of #CE70D9
Complementary color
Monochromatic Colors of #CE70D9
Black with #CE70D9
Text Example
Text Example
White with #CE70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70D9; }
p { color: rgb(206,112,217); }
H1.HeaderClassName
{
color: #CE70D9;
}
.AnyTagClassName
{
color: #CE70D9;
}
</style>
background-color css
<style>
a { background-color: #CE70D9; }
a { background-color: rgb(206,112,217); }
div.DivClassName
{
background-color: #CE70D9;
}
.BgClassName
{
background-color: #CE70D9;
}
</style>
border-color css
<style>
span { border-color: #CE70D9; }
span { border-color: rgb(206,112,217); }
td.TdClassName
{
border-color: #CE70D9;
}
.TagClassName
{
border-color: #CE70D9;
}
</style>