Shades of Orchid #C578E0
Tints of Orchid #C578E0
RGB
CMYK
RGB Variations
Color information
#C578E0 (or 0xC578E0) is known color: Orchid. HEX triplet: C5, 78 and E0. RGB value is (197,120,224). Sum of RGB (Red+Green+Blue) = 197+120+224=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C578E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578E0 is #3A871F. Grayscale: #9A9A9A. Windows color (decimal): -3835680 or 14710981. OLE color: 14710981.
HSL color Cylindrical-coordinate representation of color #C578E0: hue angle of 284.42º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C578E0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 120 | 224 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.12 |
| HSL | 284.42º | 0.63% | 0.67% | - |
| HSV(B) | 284.42º | 0.46% | 0.88% | - |
| XYZ | 43.2 | 30.69 | 74.17 | - |
| YUV | 154.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 224 | 0.12 | 0.46 | 0 | 0.12 | 284.42 | 0.63 | 0.67 |
| Hex | C5 | 78 | E0 | C | 2E | 0 | C | 11C | 3F | 43 |
| Octal | 305 | 170 | 340 | 14 | 56 | 0 | 14 | 434 | 77 | 103 |
| Binary | 11000101 | 1111000 | 11100000 | 1100 | 101110 | 0 | 1100 | 100011100 | 111111 | 1000011 |
Color Harmonies of #C578E0
Complementary color
Monochromatic Colors of #C578E0
Black with #C578E0
Text Example
Text Example
White with #C578E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578E0; }
p { color: rgb(197,120,224); }
H1.HeaderClassName
{
color: #C578E0;
}
.AnyTagClassName
{
color: #C578E0;
}
</style>
background-color css
<style>
a { background-color: #C578E0; }
a { background-color: rgb(197,120,224); }
div.DivClassName
{
background-color: #C578E0;
}
.BgClassName
{
background-color: #C578E0;
}
</style>
border-color css
<style>
span { border-color: #C578E0; }
span { border-color: rgb(197,120,224); }
td.TdClassName
{
border-color: #C578E0;
}
.TagClassName
{
border-color: #C578E0;
}
</style>