Shades of Orchid #CE77DC
Tints of Orchid #CE77DC
RGB
CMYK
RGB Variations
Color information
#CE77DC (or 0xCE77DC) is known color: Orchid. HEX triplet: CE, 77 and DC. RGB value is (206,119,220). Sum of RGB (Red+Green+Blue) = 206+119+220=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77DC is #318823. Grayscale: #9C9C9C. Windows color (decimal): -3246116 or 14448590. OLE color: 14448590.
HSL color Cylindrical-coordinate representation of color #CE77DC: hue angle of 291.68º 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 #CE77DC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 119 | 220 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.14 |
| HSL | 291.68º | 0.59% | 0.66% | - |
| HSV(B) | 291.68º | 0.46% | 0.86% | - |
| XYZ | 44.97 | 31.48 | 71.42 | - |
| YUV | 156.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 220 | 0.06 | 0.46 | 0 | 0.14 | 291.68 | 0.59 | 0.66 |
| Hex | CE | 77 | DC | 6 | 2E | 0 | E | 124 | 3B | 42 |
| Octal | 316 | 167 | 334 | 6 | 56 | 0 | 16 | 444 | 73 | 102 |
| Binary | 11001110 | 1110111 | 11011100 | 110 | 101110 | 0 | 1110 | 100100100 | 111011 | 1000010 |
Color Harmonies of #CE77DC
Complementary color
Monochromatic Colors of #CE77DC
Black with #CE77DC
Text Example
Text Example
White with #CE77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77DC; }
p { color: rgb(206,119,220); }
H1.HeaderClassName
{
color: #CE77DC;
}
.AnyTagClassName
{
color: #CE77DC;
}
</style>
background-color css
<style>
a { background-color: #CE77DC; }
a { background-color: rgb(206,119,220); }
div.DivClassName
{
background-color: #CE77DC;
}
.BgClassName
{
background-color: #CE77DC;
}
</style>
border-color css
<style>
span { border-color: #CE77DC; }
span { border-color: rgb(206,119,220); }
td.TdClassName
{
border-color: #CE77DC;
}
.TagClassName
{
border-color: #CE77DC;
}
</style>