Shades of Orchid #C574BD
Tints of Orchid #C574BD
RGB
CMYK
RGB Variations
Color information
#C574BD (or 0xC574BD) is known color: Orchid. HEX triplet: C5, 74 and BD. RGB value is (197,116,189). Sum of RGB (Red+Green+Blue) = 197+116+189=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C574BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574BD is #3A8B42. Grayscale: #949494. Windows color (decimal): -3836739 or 12416197. OLE color: 12416197.
HSL color Cylindrical-coordinate representation of color #C574BD: hue angle of 305.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C574BD is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 189 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.23 |
| HSL | 305.93º | 0.41% | 0.61% | - |
| HSV(B) | 305.93º | 0.41% | 0.77% | - |
| XYZ | 38.46 | 28.04 | 51.53 | - |
| YUV | 148.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 189 | 0 | 0.41 | 0.04 | 0.23 | 305.93 | 0.41 | 0.61 |
| Hex | C5 | 74 | BD | 0 | 29 | 4 | 17 | 132 | 29 | 3D |
| Octal | 305 | 164 | 275 | 0 | 51 | 4 | 27 | 462 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10111101 | 0 | 101001 | 100 | 10111 | 100110010 | 101001 | 111101 |
Color Harmonies of #C574BD
Complementary color
Monochromatic Colors of #C574BD
Black with #C574BD
Text Example
Text Example
White with #C574BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574BD; }
p { color: rgb(197,116,189); }
H1.HeaderClassName
{
color: #C574BD;
}
.AnyTagClassName
{
color: #C574BD;
}
</style>
background-color css
<style>
a { background-color: #C574BD; }
a { background-color: rgb(197,116,189); }
div.DivClassName
{
background-color: #C574BD;
}
.BgClassName
{
background-color: #C574BD;
}
</style>
border-color css
<style>
span { border-color: #C574BD; }
span { border-color: rgb(197,116,189); }
td.TdClassName
{
border-color: #C574BD;
}
.TagClassName
{
border-color: #C574BD;
}
</style>