Shades of Orchid #CE76DB
Tints of Orchid #CE76DB
RGB
CMYK
RGB Variations
Color information
#CE76DB (or 0xCE76DB) is known color: Orchid. HEX triplet: CE, 76 and DB. RGB value is (206,118,219). Sum of RGB (Red+Green+Blue) = 206+118+219=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76DB is #318924. Grayscale: #9B9B9B. Windows color (decimal): -3246373 or 14382798. OLE color: 14382798.
HSL color Cylindrical-coordinate representation of color #CE76DB: hue angle of 292.28º degrees, saturation: 0.58, 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 #CE76DB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 118 | 219 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.14 |
| HSL | 292.28º | 0.58% | 0.66% | - |
| HSV(B) | 292.28º | 0.46% | 0.86% | - |
| XYZ | 44.72 | 31.19 | 70.68 | - |
| YUV | 155.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 219 | 0.06 | 0.46 | 0 | 0.14 | 292.28 | 0.58 | 0.66 |
| Hex | CE | 76 | DB | 6 | 2E | 0 | E | 124 | 3A | 42 |
| Octal | 316 | 166 | 333 | 6 | 56 | 0 | 16 | 444 | 72 | 102 |
| Binary | 11001110 | 1110110 | 11011011 | 110 | 101110 | 0 | 1110 | 100100100 | 111010 | 1000010 |
Color Harmonies of #CE76DB
Complementary color
Monochromatic Colors of #CE76DB
Black with #CE76DB
Text Example
Text Example
White with #CE76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76DB; }
p { color: rgb(206,118,219); }
H1.HeaderClassName
{
color: #CE76DB;
}
.AnyTagClassName
{
color: #CE76DB;
}
</style>
background-color css
<style>
a { background-color: #CE76DB; }
a { background-color: rgb(206,118,219); }
div.DivClassName
{
background-color: #CE76DB;
}
.BgClassName
{
background-color: #CE76DB;
}
</style>
border-color css
<style>
span { border-color: #CE76DB; }
span { border-color: rgb(206,118,219); }
td.TdClassName
{
border-color: #CE76DB;
}
.TagClassName
{
border-color: #CE76DB;
}
</style>