Shades of Orchid #CE70C7
Tints of Orchid #CE70C7
RGB
CMYK
RGB Variations
Color information
#CE70C7 (or 0xCE70C7) is known color: Orchid. HEX triplet: CE, 70 and C7. RGB value is (206,112,199). Sum of RGB (Red+Green+Blue) = 206+112+199=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C7 is #318F38. Grayscale: #959595. Windows color (decimal): -3247929 or 13070542. OLE color: 13070542.
HSL color Cylindrical-coordinate representation of color #CE70C7: hue angle of 304.47º 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 #CE70C7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 199 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.19 |
| HSL | 304.47º | 0.49% | 0.62% | - |
| HSV(B) | 304.47º | 0.46% | 0.81% | - |
| XYZ | 41.56 | 28.83 | 57.41 | - |
| YUV | 150.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 199 | 0 | 0.46 | 0.03 | 0.19 | 304.47 | 0.49 | 0.62 |
| Hex | CE | 70 | C7 | 0 | 2E | 3 | 13 | 130 | 31 | 3E |
| Octal | 316 | 160 | 307 | 0 | 56 | 3 | 23 | 460 | 61 | 76 |
| Binary | 11001110 | 1110000 | 11000111 | 0 | 101110 | 11 | 10011 | 100110000 | 110001 | 111110 |
Color Harmonies of #CE70C7
Complementary color
Monochromatic Colors of #CE70C7
Black with #CE70C7
Text Example
Text Example
White with #CE70C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70C7; }
p { color: rgb(206,112,199); }
H1.HeaderClassName
{
color: #CE70C7;
}
.AnyTagClassName
{
color: #CE70C7;
}
</style>
background-color css
<style>
a { background-color: #CE70C7; }
a { background-color: rgb(206,112,199); }
div.DivClassName
{
background-color: #CE70C7;
}
.BgClassName
{
background-color: #CE70C7;
}
</style>
border-color css
<style>
span { border-color: #CE70C7; }
span { border-color: rgb(206,112,199); }
td.TdClassName
{
border-color: #CE70C7;
}
.TagClassName
{
border-color: #CE70C7;
}
</style>