Shades of Orchid #CE76DC
Tints of Orchid #CE76DC
RGB
CMYK
RGB Variations
Color information
#CE76DC (or 0xCE76DC) is known color: Orchid. HEX triplet: CE, 76 and DC. RGB value is (206,118,220). Sum of RGB (Red+Green+Blue) = 206+118+220=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76DC is #318923. Grayscale: #9B9B9B. Windows color (decimal): -3246372 or 14448334. OLE color: 14448334.
HSL color Cylindrical-coordinate representation of color #CE76DC: hue angle of 291.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE76DC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 118 | 220 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.14 |
| HSL | 291.76º | 0.59% | 0.66% | - |
| HSV(B) | 291.76º | 0.46% | 0.86% | - |
| XYZ | 44.85 | 31.25 | 71.38 | - |
| YUV | 155.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 220 | 0.06 | 0.46 | 0 | 0.14 | 291.76 | 0.59 | 0.66 |
| Hex | CE | 76 | DC | 6 | 2E | 0 | E | 124 | 3B | 42 |
| Octal | 316 | 166 | 334 | 6 | 56 | 0 | 16 | 444 | 73 | 102 |
| Binary | 11001110 | 1110110 | 11011100 | 110 | 101110 | 0 | 1110 | 100100100 | 111011 | 1000010 |
Color Harmonies of #CE76DC
Complementary color
Monochromatic Colors of #CE76DC
Black with #CE76DC
Text Example
Text Example
White with #CE76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76DC; }
p { color: rgb(206,118,220); }
H1.HeaderClassName
{
color: #CE76DC;
}
.AnyTagClassName
{
color: #CE76DC;
}
</style>
background-color css
<style>
a { background-color: #CE76DC; }
a { background-color: rgb(206,118,220); }
div.DivClassName
{
background-color: #CE76DC;
}
.BgClassName
{
background-color: #CE76DC;
}
</style>
border-color css
<style>
span { border-color: #CE76DC; }
span { border-color: rgb(206,118,220); }
td.TdClassName
{
border-color: #CE76DC;
}
.TagClassName
{
border-color: #CE76DC;
}
</style>