Shades of Orchid #C578DC
Tints of Orchid #C578DC
RGB
CMYK
RGB Variations
Color information
#C578DC (or 0xC578DC) is known color: Orchid. HEX triplet: C5, 78 and DC. RGB value is (197,120,220). Sum of RGB (Red+Green+Blue) = 197+120+220=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C578DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578DC is #3A8723. Grayscale: #9A9A9A. Windows color (decimal): -3835684 or 14448837. OLE color: 14448837.
HSL color Cylindrical-coordinate representation of color #C578DC: hue angle of 286.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C578DC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 120 | 220 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.14 |
| HSL | 286.2º | 0.59% | 0.67% | - |
| HSV(B) | 286.2º | 0.45% | 0.86% | - |
| XYZ | 42.66 | 30.47 | 71.34 | - |
| YUV | 154.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 220 | 0.10 | 0.45 | 0 | 0.14 | 286.2 | 0.59 | 0.67 |
| Hex | C5 | 78 | DC | A | 2D | 0 | E | 11E | 3B | 43 |
| Octal | 305 | 170 | 334 | 12 | 55 | 0 | 16 | 436 | 73 | 103 |
| Binary | 11000101 | 1111000 | 11011100 | 1010 | 101101 | 0 | 1110 | 100011110 | 111011 | 1000011 |
Color Harmonies of #C578DC
Complementary color
Monochromatic Colors of #C578DC
Black with #C578DC
Text Example
Text Example
White with #C578DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578DC; }
p { color: rgb(197,120,220); }
H1.HeaderClassName
{
color: #C578DC;
}
.AnyTagClassName
{
color: #C578DC;
}
</style>
background-color css
<style>
a { background-color: #C578DC; }
a { background-color: rgb(197,120,220); }
div.DivClassName
{
background-color: #C578DC;
}
.BgClassName
{
background-color: #C578DC;
}
</style>
border-color css
<style>
span { border-color: #C578DC; }
span { border-color: rgb(197,120,220); }
td.TdClassName
{
border-color: #C578DC;
}
.TagClassName
{
border-color: #C578DC;
}
</style>