Shades of Orchid #CE7AD5
Tints of Orchid #CE7AD5
RGB
CMYK
RGB Variations
Color information
#CE7AD5 (or 0xCE7AD5) is known color: Orchid. HEX triplet: CE, 7A and D5. RGB value is (206,122,213). Sum of RGB (Red+Green+Blue) = 206+122+213=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AD5 is #31852A. Grayscale: #9D9D9D. Windows color (decimal): -3245355 or 13990606. OLE color: 13990606.
HSL color Cylindrical-coordinate representation of color #CE7AD5: hue angle of 295.38º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7AD5 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 122 | 213 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.16 |
| HSL | 295.38º | 0.52% | 0.66% | - |
| HSV(B) | 295.38º | 0.43% | 0.84% | - |
| XYZ | 44.42 | 31.84 | 66.76 | - |
| YUV | 157.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 213 | 0.03 | 0.43 | 0 | 0.16 | 295.38 | 0.52 | 0.66 |
| Hex | CE | 7A | D5 | 3 | 2B | 0 | 10 | 127 | 34 | 42 |
| Octal | 316 | 172 | 325 | 3 | 53 | 0 | 20 | 447 | 64 | 102 |
| Binary | 11001110 | 1111010 | 11010101 | 11 | 101011 | 0 | 10000 | 100100111 | 110100 | 1000010 |
Color Harmonies of #CE7AD5
Complementary color
Monochromatic Colors of #CE7AD5
Black with #CE7AD5
Text Example
Text Example
White with #CE7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AD5; }
p { color: rgb(206,122,213); }
H1.HeaderClassName
{
color: #CE7AD5;
}
.AnyTagClassName
{
color: #CE7AD5;
}
</style>
background-color css
<style>
a { background-color: #CE7AD5; }
a { background-color: rgb(206,122,213); }
div.DivClassName
{
background-color: #CE7AD5;
}
.BgClassName
{
background-color: #CE7AD5;
}
</style>
border-color css
<style>
span { border-color: #CE7AD5; }
span { border-color: rgb(206,122,213); }
td.TdClassName
{
border-color: #CE7AD5;
}
.TagClassName
{
border-color: #CE7AD5;
}
</style>