Shades of Orchid #CE76CC
Tints of Orchid #CE76CC
RGB
CMYK
RGB Variations
Color information
#CE76CC (or 0xCE76CC) is known color: Orchid. HEX triplet: CE, 76 and CC. RGB value is (206,118,204). Sum of RGB (Red+Green+Blue) = 206+118+204=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76CC is #318933. Grayscale: #999999. Windows color (decimal): -3246388 or 13399758. OLE color: 13399758.
HSL color Cylindrical-coordinate representation of color #CE76CC: hue angle of 301.36º 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 #CE76CC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 204 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.19 |
| HSL | 301.36º | 0.47% | 0.64% | - |
| HSV(B) | 301.36º | 0.43% | 0.81% | - |
| XYZ | 42.83 | 30.44 | 60.74 | - |
| YUV | 154.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 204 | 0 | 0.43 | 0.01 | 0.19 | 301.36 | 0.47 | 0.64 |
| Hex | CE | 76 | CC | 0 | 2B | 1 | 13 | 12D | 2F | 40 |
| Octal | 316 | 166 | 314 | 0 | 53 | 1 | 23 | 455 | 57 | 100 |
| Binary | 11001110 | 1110110 | 11001100 | 0 | 101011 | 1 | 10011 | 100101101 | 101111 | 1000000 |
Color Harmonies of #CE76CC
Complementary color
Monochromatic Colors of #CE76CC
Black with #CE76CC
Text Example
Text Example
White with #CE76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76CC; }
p { color: rgb(206,118,204); }
H1.HeaderClassName
{
color: #CE76CC;
}
.AnyTagClassName
{
color: #CE76CC;
}
</style>
background-color css
<style>
a { background-color: #CE76CC; }
a { background-color: rgb(206,118,204); }
div.DivClassName
{
background-color: #CE76CC;
}
.BgClassName
{
background-color: #CE76CC;
}
</style>
border-color css
<style>
span { border-color: #CE76CC; }
span { border-color: rgb(206,118,204); }
td.TdClassName
{
border-color: #CE76CC;
}
.TagClassName
{
border-color: #CE76CC;
}
</style>