Shades of Orchid #CE7ED5
Tints of Orchid #CE7ED5
RGB
CMYK
RGB Variations
Color information
#CE7ED5 (or 0xCE7ED5) is known color: Orchid. HEX triplet: CE, 7E and D5. RGB value is (206,126,213). Sum of RGB (Red+Green+Blue) = 206+126+213=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ED5 is #31812A. Grayscale: #9F9F9F. Windows color (decimal): -3244331 or 13991630. OLE color: 13991630.
HSL color Cylindrical-coordinate representation of color #CE7ED5: hue angle of 295.17º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7ED5 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 126 | 213 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.16 |
| HSL | 295.17º | 0.51% | 0.66% | - |
| HSV(B) | 295.17º | 0.41% | 0.84% | - |
| XYZ | 44.92 | 32.85 | 66.92 | - |
| YUV | 159.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 213 | 0.03 | 0.41 | 0 | 0.16 | 295.17 | 0.51 | 0.66 |
| Hex | CE | 7E | D5 | 3 | 29 | 0 | 10 | 127 | 33 | 42 |
| Octal | 316 | 176 | 325 | 3 | 51 | 0 | 20 | 447 | 63 | 102 |
| Binary | 11001110 | 1111110 | 11010101 | 11 | 101001 | 0 | 10000 | 100100111 | 110011 | 1000010 |
Color Harmonies of #CE7ED5
Complementary color
Monochromatic Colors of #CE7ED5
Black with #CE7ED5
Text Example
Text Example
White with #CE7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ED5; }
p { color: rgb(206,126,213); }
H1.HeaderClassName
{
color: #CE7ED5;
}
.AnyTagClassName
{
color: #CE7ED5;
}
</style>
background-color css
<style>
a { background-color: #CE7ED5; }
a { background-color: rgb(206,126,213); }
div.DivClassName
{
background-color: #CE7ED5;
}
.BgClassName
{
background-color: #CE7ED5;
}
</style>
border-color css
<style>
span { border-color: #CE7ED5; }
span { border-color: rgb(206,126,213); }
td.TdClassName
{
border-color: #CE7ED5;
}
.TagClassName
{
border-color: #CE7ED5;
}
</style>