Shades of Orchid #CE7ABC
Tints of Orchid #CE7ABC
RGB
CMYK
RGB Variations
Color information
#CE7ABC (or 0xCE7ABC) is known color: Orchid. HEX triplet: CE, 7A and BC. RGB value is (206,122,188). Sum of RGB (Red+Green+Blue) = 206+122+188=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ABC is #318543. Grayscale: #9A9A9A. Windows color (decimal): -3245380 or 12352206. OLE color: 12352206.
HSL color Cylindrical-coordinate representation of color #CE7ABC: hue angle of 312.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7ABC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 188 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.19 |
| HSL | 312.86º | 0.46% | 0.64% | - |
| HSV(B) | 312.86º | 0.41% | 0.81% | - |
| XYZ | 41.49 | 30.67 | 51.31 | - |
| YUV | 154.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 188 | 0 | 0.41 | 0.09 | 0.19 | 312.86 | 0.46 | 0.64 |
| Hex | CE | 7A | BC | 0 | 29 | 9 | 13 | 139 | 2E | 40 |
| Octal | 316 | 172 | 274 | 0 | 51 | 11 | 23 | 471 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10111100 | 0 | 101001 | 1001 | 10011 | 100111001 | 101110 | 1000000 |
Color Harmonies of #CE7ABC
Complementary color
Monochromatic Colors of #CE7ABC
Black with #CE7ABC
Text Example
Text Example
White with #CE7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ABC; }
p { color: rgb(206,122,188); }
H1.HeaderClassName
{
color: #CE7ABC;
}
.AnyTagClassName
{
color: #CE7ABC;
}
</style>
background-color css
<style>
a { background-color: #CE7ABC; }
a { background-color: rgb(206,122,188); }
div.DivClassName
{
background-color: #CE7ABC;
}
.BgClassName
{
background-color: #CE7ABC;
}
</style>
border-color css
<style>
span { border-color: #CE7ABC; }
span { border-color: rgb(206,122,188); }
td.TdClassName
{
border-color: #CE7ABC;
}
.TagClassName
{
border-color: #CE7ABC;
}
</style>