Shades of Orchid #C574CD
Tints of Orchid #C574CD
RGB
CMYK
RGB Variations
Color information
#C574CD (or 0xC574CD) is known color: Orchid. HEX triplet: C5, 74 and CD. RGB value is (197,116,205). Sum of RGB (Red+Green+Blue) = 197+116+205=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C574CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574CD is #3A8B32. Grayscale: #969696. Windows color (decimal): -3836723 or 13464773. OLE color: 13464773.
HSL color Cylindrical-coordinate representation of color #C574CD: hue angle of 294.61º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C574CD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 116 | 205 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.20 |
| HSL | 294.61º | 0.47% | 0.63% | - |
| HSV(B) | 294.61º | 0.43% | 0.8% | - |
| XYZ | 40.29 | 28.77 | 61.19 | - |
| YUV | 150.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 205 | 0.04 | 0.43 | 0 | 0.20 | 294.61 | 0.47 | 0.63 |
| Hex | C5 | 74 | CD | 4 | 2B | 0 | 14 | 127 | 2F | 3F |
| Octal | 305 | 164 | 315 | 4 | 53 | 0 | 24 | 447 | 57 | 77 |
| Binary | 11000101 | 1110100 | 11001101 | 100 | 101011 | 0 | 10100 | 100100111 | 101111 | 111111 |
Color Harmonies of #C574CD
Complementary color
Monochromatic Colors of #C574CD
Black with #C574CD
Text Example
Text Example
White with #C574CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574CD; }
p { color: rgb(197,116,205); }
H1.HeaderClassName
{
color: #C574CD;
}
.AnyTagClassName
{
color: #C574CD;
}
</style>
background-color css
<style>
a { background-color: #C574CD; }
a { background-color: rgb(197,116,205); }
div.DivClassName
{
background-color: #C574CD;
}
.BgClassName
{
background-color: #C574CD;
}
</style>
border-color css
<style>
span { border-color: #C574CD; }
span { border-color: rgb(197,116,205); }
td.TdClassName
{
border-color: #C574CD;
}
.TagClassName
{
border-color: #C574CD;
}
</style>