Shades of Orchid #C578D7
Tints of Orchid #C578D7
RGB
CMYK
RGB Variations
Color information
#C578D7 (or 0xC578D7) is known color: Orchid. HEX triplet: C5, 78 and D7. RGB value is (197,120,215). Sum of RGB (Red+Green+Blue) = 197+120+215=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #C578D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578D7 is #3A8728. Grayscale: #999999. Windows color (decimal): -3835689 or 14121157. OLE color: 14121157.
HSL color Cylindrical-coordinate representation of color #C578D7: hue angle of 288.63º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C578D7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 120 | 215 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.16 |
| HSL | 288.63º | 0.54% | 0.66% | - |
| HSV(B) | 288.63º | 0.44% | 0.84% | - |
| XYZ | 42.01 | 30.21 | 67.91 | - |
| YUV | 153.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 215 | 0.08 | 0.44 | 0 | 0.16 | 288.63 | 0.54 | 0.66 |
| Hex | C5 | 78 | D7 | 8 | 2C | 0 | 10 | 121 | 36 | 42 |
| Octal | 305 | 170 | 327 | 10 | 54 | 0 | 20 | 441 | 66 | 102 |
| Binary | 11000101 | 1111000 | 11010111 | 1000 | 101100 | 0 | 10000 | 100100001 | 110110 | 1000010 |
Color Harmonies of #C578D7
Complementary color
Monochromatic Colors of #C578D7
Black with #C578D7
Text Example
Text Example
White with #C578D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578D7; }
p { color: rgb(197,120,215); }
H1.HeaderClassName
{
color: #C578D7;
}
.AnyTagClassName
{
color: #C578D7;
}
</style>
background-color css
<style>
a { background-color: #C578D7; }
a { background-color: rgb(197,120,215); }
div.DivClassName
{
background-color: #C578D7;
}
.BgClassName
{
background-color: #C578D7;
}
</style>
border-color css
<style>
span { border-color: #C578D7; }
span { border-color: rgb(197,120,215); }
td.TdClassName
{
border-color: #C578D7;
}
.TagClassName
{
border-color: #C578D7;
}
</style>