Shades of Orchid #CE77D2
Tints of Orchid #CE77D2
RGB
CMYK
RGB Variations
Color information
#CE77D2 (or 0xCE77D2) is known color: Orchid. HEX triplet: CE, 77 and D2. RGB value is (206,119,210). Sum of RGB (Red+Green+Blue) = 206+119+210=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE77D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77D2 is #31882D. Grayscale: #9B9B9B. Windows color (decimal): -3246126 or 13793230. OLE color: 13793230.
HSL color Cylindrical-coordinate representation of color #CE77D2: hue angle of 297.36º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE77D2 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 119 | 210 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.18 |
| HSL | 297.36º | 0.5% | 0.65% | - |
| HSV(B) | 297.36º | 0.43% | 0.82% | - |
| XYZ | 43.68 | 30.97 | 64.65 | - |
| YUV | 155.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 210 | 0.02 | 0.43 | 0 | 0.18 | 297.36 | 0.5 | 0.65 |
| Hex | CE | 77 | D2 | 2 | 2B | 0 | 12 | 129 | 32 | 41 |
| Octal | 316 | 167 | 322 | 2 | 53 | 0 | 22 | 451 | 62 | 101 |
| Binary | 11001110 | 1110111 | 11010010 | 10 | 101011 | 0 | 10010 | 100101001 | 110010 | 1000001 |
Color Harmonies of #CE77D2
Complementary color
Monochromatic Colors of #CE77D2
Black with #CE77D2
Text Example
Text Example
White with #CE77D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77D2; }
p { color: rgb(206,119,210); }
H1.HeaderClassName
{
color: #CE77D2;
}
.AnyTagClassName
{
color: #CE77D2;
}
</style>
background-color css
<style>
a { background-color: #CE77D2; }
a { background-color: rgb(206,119,210); }
div.DivClassName
{
background-color: #CE77D2;
}
.BgClassName
{
background-color: #CE77D2;
}
</style>
border-color css
<style>
span { border-color: #CE77D2; }
span { border-color: rgb(206,119,210); }
td.TdClassName
{
border-color: #CE77D2;
}
.TagClassName
{
border-color: #CE77D2;
}
</style>