Shades of Orchid #CE76DD
Tints of Orchid #CE76DD
RGB
CMYK
RGB Variations
Color information
#CE76DD (or 0xCE76DD) is known color: Orchid. HEX triplet: CE, 76 and DD. RGB value is (206,118,221). Sum of RGB (Red+Green+Blue) = 206+118+221=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76DD is #318922. Grayscale: #9B9B9B. Windows color (decimal): -3246371 or 14513870. OLE color: 14513870.
HSL color Cylindrical-coordinate representation of color #CE76DD: hue angle of 291.26º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE76DD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 118 | 221 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.13 |
| HSL | 291.26º | 0.6% | 0.66% | - |
| HSV(B) | 291.26º | 0.47% | 0.87% | - |
| XYZ | 44.98 | 31.3 | 72.08 | - |
| YUV | 156.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 221 | 0.07 | 0.47 | 0 | 0.13 | 291.26 | 0.6 | 0.66 |
| Hex | CE | 76 | DD | 7 | 2F | 0 | D | 123 | 3C | 42 |
| Octal | 316 | 166 | 335 | 7 | 57 | 0 | 15 | 443 | 74 | 102 |
| Binary | 11001110 | 1110110 | 11011101 | 111 | 101111 | 0 | 1101 | 100100011 | 111100 | 1000010 |
Color Harmonies of #CE76DD
Complementary color
Monochromatic Colors of #CE76DD
Black with #CE76DD
Text Example
Text Example
White with #CE76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76DD; }
p { color: rgb(206,118,221); }
H1.HeaderClassName
{
color: #CE76DD;
}
.AnyTagClassName
{
color: #CE76DD;
}
</style>
background-color css
<style>
a { background-color: #CE76DD; }
a { background-color: rgb(206,118,221); }
div.DivClassName
{
background-color: #CE76DD;
}
.BgClassName
{
background-color: #CE76DD;
}
</style>
border-color css
<style>
span { border-color: #CE76DD; }
span { border-color: rgb(206,118,221); }
td.TdClassName
{
border-color: #CE76DD;
}
.TagClassName
{
border-color: #CE76DD;
}
</style>