Shades of Orchid #CE70DA
Tints of Orchid #CE70DA
RGB
CMYK
RGB Variations
Color information
#CE70DA (or 0xCE70DA) is known color: Orchid. HEX triplet: CE, 70 and DA. RGB value is (206,112,218). Sum of RGB (Red+Green+Blue) = 206+112+218=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70DA is #318F25. Grayscale: #979797. Windows color (decimal): -3247910 or 14315726. OLE color: 14315726.
HSL color Cylindrical-coordinate representation of color #CE70DA: hue angle of 293.21º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE70DA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 112 | 218 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.15 |
| HSL | 293.21º | 0.59% | 0.65% | - |
| HSV(B) | 293.21º | 0.49% | 0.85% | - |
| XYZ | 43.9 | 29.77 | 69.76 | - |
| YUV | 152.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 218 | 0.06 | 0.49 | 0 | 0.15 | 293.21 | 0.59 | 0.65 |
| Hex | CE | 70 | DA | 6 | 31 | 0 | F | 125 | 3B | 41 |
| Octal | 316 | 160 | 332 | 6 | 61 | 0 | 17 | 445 | 73 | 101 |
| Binary | 11001110 | 1110000 | 11011010 | 110 | 110001 | 0 | 1111 | 100100101 | 111011 | 1000001 |
Color Harmonies of #CE70DA
Complementary color
Monochromatic Colors of #CE70DA
Black with #CE70DA
Text Example
Text Example
White with #CE70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70DA; }
p { color: rgb(206,112,218); }
H1.HeaderClassName
{
color: #CE70DA;
}
.AnyTagClassName
{
color: #CE70DA;
}
</style>
background-color css
<style>
a { background-color: #CE70DA; }
a { background-color: rgb(206,112,218); }
div.DivClassName
{
background-color: #CE70DA;
}
.BgClassName
{
background-color: #CE70DA;
}
</style>
border-color css
<style>
span { border-color: #CE70DA; }
span { border-color: rgb(206,112,218); }
td.TdClassName
{
border-color: #CE70DA;
}
.TagClassName
{
border-color: #CE70DA;
}
</style>