Shades of Orchid #C577DD
Tints of Orchid #C577DD
RGB
CMYK
RGB Variations
Color information
#C577DD (or 0xC577DD) is known color: Orchid. HEX triplet: C5, 77 and DD. RGB value is (197,119,221). Sum of RGB (Red+Green+Blue) = 197+119+221=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C577DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577DD is #3A8822. Grayscale: #999999. Windows color (decimal): -3835939 or 14514117. OLE color: 14514117.
HSL color Cylindrical-coordinate representation of color #C577DD: hue angle of 285.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C577DD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 119 | 221 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.13 |
| HSL | 285.88º | 0.6% | 0.67% | - |
| HSV(B) | 285.88º | 0.46% | 0.87% | - |
| XYZ | 42.67 | 30.28 | 72 | - |
| YUV | 153.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 221 | 0.11 | 0.46 | 0 | 0.13 | 285.88 | 0.6 | 0.67 |
| Hex | C5 | 77 | DD | B | 2E | 0 | D | 11E | 3C | 43 |
| Octal | 305 | 167 | 335 | 13 | 56 | 0 | 15 | 436 | 74 | 103 |
| Binary | 11000101 | 1110111 | 11011101 | 1011 | 101110 | 0 | 1101 | 100011110 | 111100 | 1000011 |
Color Harmonies of #C577DD
Complementary color
Monochromatic Colors of #C577DD
Black with #C577DD
Text Example
Text Example
White with #C577DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577DD; }
p { color: rgb(197,119,221); }
H1.HeaderClassName
{
color: #C577DD;
}
.AnyTagClassName
{
color: #C577DD;
}
</style>
background-color css
<style>
a { background-color: #C577DD; }
a { background-color: rgb(197,119,221); }
div.DivClassName
{
background-color: #C577DD;
}
.BgClassName
{
background-color: #C577DD;
}
</style>
border-color css
<style>
span { border-color: #C577DD; }
span { border-color: rgb(197,119,221); }
td.TdClassName
{
border-color: #C577DD;
}
.TagClassName
{
border-color: #C577DD;
}
</style>