Shades of Orchid #CE7ADD
Tints of Orchid #CE7ADD
RGB
CMYK
RGB Variations
Color information
#CE7ADD (or 0xCE7ADD) is known color: Orchid. HEX triplet: CE, 7A and DD. RGB value is (206,122,221). Sum of RGB (Red+Green+Blue) = 206+122+221=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ADD is #318522. Grayscale: #9E9E9E. Windows color (decimal): -3245347 or 14514894. OLE color: 14514894.
HSL color Cylindrical-coordinate representation of color #CE7ADD: hue angle of 290.91º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7ADD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 122 | 221 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.13 |
| HSL | 290.91º | 0.59% | 0.67% | - |
| HSV(B) | 290.91º | 0.45% | 0.87% | - |
| XYZ | 45.46 | 32.26 | 72.24 | - |
| YUV | 158.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 221 | 0.07 | 0.45 | 0 | 0.13 | 290.91 | 0.59 | 0.67 |
| Hex | CE | 7A | DD | 7 | 2D | 0 | D | 123 | 3B | 43 |
| Octal | 316 | 172 | 335 | 7 | 55 | 0 | 15 | 443 | 73 | 103 |
| Binary | 11001110 | 1111010 | 11011101 | 111 | 101101 | 0 | 1101 | 100100011 | 111011 | 1000011 |
Color Harmonies of #CE7ADD
Complementary color
Monochromatic Colors of #CE7ADD
Black with #CE7ADD
Text Example
Text Example
White with #CE7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ADD; }
p { color: rgb(206,122,221); }
H1.HeaderClassName
{
color: #CE7ADD;
}
.AnyTagClassName
{
color: #CE7ADD;
}
</style>
background-color css
<style>
a { background-color: #CE7ADD; }
a { background-color: rgb(206,122,221); }
div.DivClassName
{
background-color: #CE7ADD;
}
.BgClassName
{
background-color: #CE7ADD;
}
</style>
border-color css
<style>
span { border-color: #CE7ADD; }
span { border-color: rgb(206,122,221); }
td.TdClassName
{
border-color: #CE7ADD;
}
.TagClassName
{
border-color: #CE7ADD;
}
</style>