Shades of Orchid #CE70C0
Tints of Orchid #CE70C0
RGB
CMYK
RGB Variations
Color information
#CE70C0 (or 0xCE70C0) is known color: Orchid. HEX triplet: CE, 70 and C0. RGB value is (206,112,192). Sum of RGB (Red+Green+Blue) = 206+112+192=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C0 is #318F3F. Grayscale: #959595. Windows color (decimal): -3247936 or 12611790. OLE color: 12611790.
HSL color Cylindrical-coordinate representation of color #CE70C0: hue angle of 308.94º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE70C0 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 192 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.19 |
| HSL | 308.94º | 0.49% | 0.62% | - |
| HSV(B) | 308.94º | 0.46% | 0.81% | - |
| XYZ | 40.76 | 28.52 | 53.22 | - |
| YUV | 149.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 192 | 0 | 0.46 | 0.07 | 0.19 | 308.94 | 0.49 | 0.62 |
| Hex | CE | 70 | C0 | 0 | 2E | 7 | 13 | 135 | 31 | 3E |
| Octal | 316 | 160 | 300 | 0 | 56 | 7 | 23 | 465 | 61 | 76 |
| Binary | 11001110 | 1110000 | 11000000 | 0 | 101110 | 111 | 10011 | 100110101 | 110001 | 111110 |
Color Harmonies of #CE70C0
Complementary color
Monochromatic Colors of #CE70C0
Black with #CE70C0
Text Example
Text Example
White with #CE70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70C0; }
p { color: rgb(206,112,192); }
H1.HeaderClassName
{
color: #CE70C0;
}
.AnyTagClassName
{
color: #CE70C0;
}
</style>
background-color css
<style>
a { background-color: #CE70C0; }
a { background-color: rgb(206,112,192); }
div.DivClassName
{
background-color: #CE70C0;
}
.BgClassName
{
background-color: #CE70C0;
}
</style>
border-color css
<style>
span { border-color: #CE70C0; }
span { border-color: rgb(206,112,192); }
td.TdClassName
{
border-color: #CE70C0;
}
.TagClassName
{
border-color: #CE70C0;
}
</style>