Shades of Orchid #CE77DF
Tints of Orchid #CE77DF
RGB
CMYK
RGB Variations
Color information
#CE77DF (or 0xCE77DF) is known color: Orchid. HEX triplet: CE, 77 and DF. RGB value is (206,119,223). Sum of RGB (Red+Green+Blue) = 206+119+223=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77DF is #318820. Grayscale: #9C9C9C. Windows color (decimal): -3246113 or 14645198. OLE color: 14645198.
HSL color Cylindrical-coordinate representation of color #CE77DF: hue angle of 290.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE77DF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 119 | 223 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.13 |
| HSL | 290.19º | 0.62% | 0.67% | - |
| HSV(B) | 290.19º | 0.47% | 0.87% | - |
| XYZ | 45.37 | 31.64 | 73.53 | - |
| YUV | 156.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 223 | 0.08 | 0.47 | 0 | 0.13 | 290.19 | 0.62 | 0.67 |
| Hex | CE | 77 | DF | 8 | 2F | 0 | D | 122 | 3E | 43 |
| Octal | 316 | 167 | 337 | 10 | 57 | 0 | 15 | 442 | 76 | 103 |
| Binary | 11001110 | 1110111 | 11011111 | 1000 | 101111 | 0 | 1101 | 100100010 | 111110 | 1000011 |
Color Harmonies of #CE77DF
Complementary color
Monochromatic Colors of #CE77DF
Black with #CE77DF
Text Example
Text Example
White with #CE77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77DF; }
p { color: rgb(206,119,223); }
H1.HeaderClassName
{
color: #CE77DF;
}
.AnyTagClassName
{
color: #CE77DF;
}
</style>
background-color css
<style>
a { background-color: #CE77DF; }
a { background-color: rgb(206,119,223); }
div.DivClassName
{
background-color: #CE77DF;
}
.BgClassName
{
background-color: #CE77DF;
}
</style>
border-color css
<style>
span { border-color: #CE77DF; }
span { border-color: rgb(206,119,223); }
td.TdClassName
{
border-color: #CE77DF;
}
.TagClassName
{
border-color: #CE77DF;
}
</style>