Shades of Orchid #CE76E5
Tints of Orchid #CE76E5
RGB
CMYK
RGB Variations
Color information
#CE76E5 (or 0xCE76E5) is known color: Orchid. HEX triplet: CE, 76 and E5. RGB value is (206,118,229). Sum of RGB (Red+Green+Blue) = 206+118+229=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76E5 is #31891A. Grayscale: #9C9C9C. Windows color (decimal): -3246363 or 15038158. OLE color: 15038158.
HSL color Cylindrical-coordinate representation of color #CE76E5: hue angle of 287.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE76E5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 118 | 229 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.10 |
| HSL | 287.57º | 0.68% | 0.68% | - |
| HSV(B) | 287.57º | 0.48% | 0.9% | - |
| XYZ | 46.07 | 31.74 | 77.83 | - |
| YUV | 156.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 229 | 0.10 | 0.48 | 0 | 0.10 | 287.57 | 0.68 | 0.68 |
| Hex | CE | 76 | E5 | A | 30 | 0 | A | 120 | 44 | 44 |
| Octal | 316 | 166 | 345 | 12 | 60 | 0 | 12 | 440 | 104 | 104 |
| Binary | 11001110 | 1110110 | 11100101 | 1010 | 110000 | 0 | 1010 | 100100000 | 1000100 | 1000100 |
Color Harmonies of #CE76E5
Complementary color
Monochromatic Colors of #CE76E5
Black with #CE76E5
Text Example
Text Example
White with #CE76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76E5; }
p { color: rgb(206,118,229); }
H1.HeaderClassName
{
color: #CE76E5;
}
.AnyTagClassName
{
color: #CE76E5;
}
</style>
background-color css
<style>
a { background-color: #CE76E5; }
a { background-color: rgb(206,118,229); }
div.DivClassName
{
background-color: #CE76E5;
}
.BgClassName
{
background-color: #CE76E5;
}
</style>
border-color css
<style>
span { border-color: #CE76E5; }
span { border-color: rgb(206,118,229); }
td.TdClassName
{
border-color: #CE76E5;
}
.TagClassName
{
border-color: #CE76E5;
}
</style>