Shades of Orchid #CE77DA
Tints of Orchid #CE77DA
RGB
CMYK
RGB Variations
Color information
#CE77DA (or 0xCE77DA) is known color: Orchid. HEX triplet: CE, 77 and DA. RGB value is (206,119,218). Sum of RGB (Red+Green+Blue) = 206+119+218=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77DA is #318825. Grayscale: #9B9B9B. Windows color (decimal): -3246118 or 14317518. OLE color: 14317518.
HSL color Cylindrical-coordinate representation of color #CE77DA: hue angle of 292.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE77DA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 119 | 218 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.15 |
| HSL | 292.73º | 0.57% | 0.66% | - |
| HSV(B) | 292.73º | 0.45% | 0.85% | - |
| XYZ | 44.71 | 31.38 | 70.03 | - |
| YUV | 156.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 218 | 0.06 | 0.45 | 0 | 0.15 | 292.73 | 0.57 | 0.66 |
| Hex | CE | 77 | DA | 6 | 2D | 0 | F | 125 | 39 | 42 |
| Octal | 316 | 167 | 332 | 6 | 55 | 0 | 17 | 445 | 71 | 102 |
| Binary | 11001110 | 1110111 | 11011010 | 110 | 101101 | 0 | 1111 | 100100101 | 111001 | 1000010 |
Color Harmonies of #CE77DA
Complementary color
Monochromatic Colors of #CE77DA
Black with #CE77DA
Text Example
Text Example
White with #CE77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77DA; }
p { color: rgb(206,119,218); }
H1.HeaderClassName
{
color: #CE77DA;
}
.AnyTagClassName
{
color: #CE77DA;
}
</style>
background-color css
<style>
a { background-color: #CE77DA; }
a { background-color: rgb(206,119,218); }
div.DivClassName
{
background-color: #CE77DA;
}
.BgClassName
{
background-color: #CE77DA;
}
</style>
border-color css
<style>
span { border-color: #CE77DA; }
span { border-color: rgb(206,119,218); }
td.TdClassName
{
border-color: #CE77DA;
}
.TagClassName
{
border-color: #CE77DA;
}
</style>