Shades of Orchid #C574D7
Tints of Orchid #C574D7
RGB
CMYK
RGB Variations
Color information
#C574D7 (or 0xC574D7) is known color: Orchid. HEX triplet: C5, 74 and D7. RGB value is (197,116,215). Sum of RGB (Red+Green+Blue) = 197+116+215=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #C574D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574D7 is #3A8B28. Grayscale: #979797. Windows color (decimal): -3836713 or 14120133. OLE color: 14120133.
HSL color Cylindrical-coordinate representation of color #C574D7: hue angle of 289.09º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C574D7 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 116 | 215 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.16 |
| HSL | 289.09º | 0.55% | 0.65% | - |
| HSV(B) | 289.09º | 0.46% | 0.84% | - |
| XYZ | 41.54 | 29.27 | 67.75 | - |
| YUV | 151.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 215 | 0.08 | 0.46 | 0 | 0.16 | 289.09 | 0.55 | 0.65 |
| Hex | C5 | 74 | D7 | 8 | 2E | 0 | 10 | 121 | 37 | 41 |
| Octal | 305 | 164 | 327 | 10 | 56 | 0 | 20 | 441 | 67 | 101 |
| Binary | 11000101 | 1110100 | 11010111 | 1000 | 101110 | 0 | 10000 | 100100001 | 110111 | 1000001 |
Color Harmonies of #C574D7
Complementary color
Monochromatic Colors of #C574D7
Black with #C574D7
Text Example
Text Example
White with #C574D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574D7; }
p { color: rgb(197,116,215); }
H1.HeaderClassName
{
color: #C574D7;
}
.AnyTagClassName
{
color: #C574D7;
}
</style>
background-color css
<style>
a { background-color: #C574D7; }
a { background-color: rgb(197,116,215); }
div.DivClassName
{
background-color: #C574D7;
}
.BgClassName
{
background-color: #C574D7;
}
</style>
border-color css
<style>
span { border-color: #C574D7; }
span { border-color: rgb(197,116,215); }
td.TdClassName
{
border-color: #C574D7;
}
.TagClassName
{
border-color: #C574D7;
}
</style>