Shades of Orchid #CE76CE
Tints of Orchid #CE76CE
RGB
CMYK
RGB Variations
Color information
#CE76CE (or 0xCE76CE) is known color: Orchid. HEX triplet: CE, 76 and CE. RGB value is (206,118,206). Sum of RGB (Red+Green+Blue) = 206+118+206=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76CE is #318931. Grayscale: #9A9A9A. Windows color (decimal): -3246386 or 13530830. OLE color: 13530830.
HSL color Cylindrical-coordinate representation of color #CE76CE: hue angle of 300º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76CE is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 206 | - |
| CMYK | 0 | 0.43 | 0 | 0.19 |
| HSL | 300º | 0.47% | 0.64% | - |
| HSV(B) | 300º | 0.43% | 0.81% | - |
| XYZ | 43.07 | 30.53 | 62.02 | - |
| YUV | 154.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 206 | 0 | 0.43 | 0 | 0.19 | 300 | 0.47 | 0.64 |
| Hex | CE | 76 | CE | 0 | 2B | 0 | 13 | 12C | 2F | 40 |
| Octal | 316 | 166 | 316 | 0 | 53 | 0 | 23 | 454 | 57 | 100 |
| Binary | 11001110 | 1110110 | 11001110 | 0 | 101011 | 0 | 10011 | 100101100 | 101111 | 1000000 |
Color Harmonies of #CE76CE
Complementary color
Monochromatic Colors of #CE76CE
Black with #CE76CE
Text Example
Text Example
White with #CE76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76CE; }
p { color: rgb(206,118,206); }
H1.HeaderClassName
{
color: #CE76CE;
}
.AnyTagClassName
{
color: #CE76CE;
}
</style>
background-color css
<style>
a { background-color: #CE76CE; }
a { background-color: rgb(206,118,206); }
div.DivClassName
{
background-color: #CE76CE;
}
.BgClassName
{
background-color: #CE76CE;
}
</style>
border-color css
<style>
span { border-color: #CE76CE; }
span { border-color: rgb(206,118,206); }
td.TdClassName
{
border-color: #CE76CE;
}
.TagClassName
{
border-color: #CE76CE;
}
</style>