Shades of Orchid #CE70BE
Tints of Orchid #CE70BE
RGB
CMYK
RGB Variations
Color information
#CE70BE (or 0xCE70BE) is known color: Orchid. HEX triplet: CE, 70 and BE. RGB value is (206,112,190). Sum of RGB (Red+Green+Blue) = 206+112+190=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70BE is #318F41. Grayscale: #949494. Windows color (decimal): -3247938 or 12480718. OLE color: 12480718.
HSL color Cylindrical-coordinate representation of color #CE70BE: hue angle of 310.21º 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 #CE70BE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 190 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.19 |
| HSL | 310.21º | 0.49% | 0.62% | - |
| HSV(B) | 310.21º | 0.46% | 0.81% | - |
| XYZ | 40.54 | 28.43 | 52.07 | - |
| YUV | 149 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 190 | 0 | 0.46 | 0.08 | 0.19 | 310.21 | 0.49 | 0.62 |
| Hex | CE | 70 | BE | 0 | 2E | 8 | 13 | 136 | 31 | 3E |
| Octal | 316 | 160 | 276 | 0 | 56 | 10 | 23 | 466 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10111110 | 0 | 101110 | 1000 | 10011 | 100110110 | 110001 | 111110 |
Color Harmonies of #CE70BE
Complementary color
Monochromatic Colors of #CE70BE
Black with #CE70BE
Text Example
Text Example
White with #CE70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70BE; }
p { color: rgb(206,112,190); }
H1.HeaderClassName
{
color: #CE70BE;
}
.AnyTagClassName
{
color: #CE70BE;
}
</style>
background-color css
<style>
a { background-color: #CE70BE; }
a { background-color: rgb(206,112,190); }
div.DivClassName
{
background-color: #CE70BE;
}
.BgClassName
{
background-color: #CE70BE;
}
</style>
border-color css
<style>
span { border-color: #CE70BE; }
span { border-color: rgb(206,112,190); }
td.TdClassName
{
border-color: #CE70BE;
}
.TagClassName
{
border-color: #CE70BE;
}
</style>