Shades of Orchid #C578DD
Tints of Orchid #C578DD
RGB
CMYK
RGB Variations
Color information
#C578DD (or 0xC578DD) is known color: Orchid. HEX triplet: C5, 78 and DD. RGB value is (197,120,221). Sum of RGB (Red+Green+Blue) = 197+120+221=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C578DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578DD is #3A8722. Grayscale: #9A9A9A. Windows color (decimal): -3835683 or 14514373. OLE color: 14514373.
HSL color Cylindrical-coordinate representation of color #C578DD: hue angle of 285.74º 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 #C578DD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 120 | 221 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.13 |
| HSL | 285.74º | 0.6% | 0.67% | - |
| HSV(B) | 285.74º | 0.46% | 0.87% | - |
| XYZ | 42.79 | 30.52 | 72.04 | - |
| YUV | 154.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 221 | 0.11 | 0.46 | 0 | 0.13 | 285.74 | 0.6 | 0.67 |
| Hex | C5 | 78 | DD | B | 2E | 0 | D | 11E | 3C | 43 |
| Octal | 305 | 170 | 335 | 13 | 56 | 0 | 15 | 436 | 74 | 103 |
| Binary | 11000101 | 1111000 | 11011101 | 1011 | 101110 | 0 | 1101 | 100011110 | 111100 | 1000011 |
Color Harmonies of #C578DD
Complementary color
Monochromatic Colors of #C578DD
Black with #C578DD
Text Example
Text Example
White with #C578DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578DD; }
p { color: rgb(197,120,221); }
H1.HeaderClassName
{
color: #C578DD;
}
.AnyTagClassName
{
color: #C578DD;
}
</style>
background-color css
<style>
a { background-color: #C578DD; }
a { background-color: rgb(197,120,221); }
div.DivClassName
{
background-color: #C578DD;
}
.BgClassName
{
background-color: #C578DD;
}
</style>
border-color css
<style>
span { border-color: #C578DD; }
span { border-color: rgb(197,120,221); }
td.TdClassName
{
border-color: #C578DD;
}
.TagClassName
{
border-color: #C578DD;
}
</style>