Shades of Orchid #C277DC
Tints of Orchid #C277DC
RGB
CMYK
RGB Variations
Color information
#C277DC (or 0xC277DC) is known color: Orchid. HEX triplet: C2, 77 and DC. RGB value is (194,119,220). Sum of RGB (Red+Green+Blue) = 194+119+220=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C277DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277DC is #3D8823. Grayscale: #989898. Windows color (decimal): -4032548 or 14448578. OLE color: 14448578.
HSL color Cylindrical-coordinate representation of color #C277DC: hue angle of 284.55º 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 #C277DC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 119 | 220 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.14 |
| HSL | 284.55º | 0.59% | 0.66% | - |
| HSV(B) | 284.55º | 0.46% | 0.86% | - |
| XYZ | 41.76 | 29.83 | 71.27 | - |
| YUV | 152.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 220 | 0.12 | 0.46 | 0 | 0.14 | 284.55 | 0.59 | 0.66 |
| Hex | C2 | 77 | DC | C | 2E | 0 | E | 11D | 3B | 42 |
| Octal | 302 | 167 | 334 | 14 | 56 | 0 | 16 | 435 | 73 | 102 |
| Binary | 11000010 | 1110111 | 11011100 | 1100 | 101110 | 0 | 1110 | 100011101 | 111011 | 1000010 |
Color Harmonies of #C277DC
Complementary color
Monochromatic Colors of #C277DC
Black with #C277DC
Text Example
Text Example
White with #C277DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277DC; }
p { color: rgb(194,119,220); }
H1.HeaderClassName
{
color: #C277DC;
}
.AnyTagClassName
{
color: #C277DC;
}
</style>
background-color css
<style>
a { background-color: #C277DC; }
a { background-color: rgb(194,119,220); }
div.DivClassName
{
background-color: #C277DC;
}
.BgClassName
{
background-color: #C277DC;
}
</style>
border-color css
<style>
span { border-color: #C277DC; }
span { border-color: rgb(194,119,220); }
td.TdClassName
{
border-color: #C277DC;
}
.TagClassName
{
border-color: #C277DC;
}
</style>