Shades of Orchid #C574C4
Tints of Orchid #C574C4
RGB
CMYK
RGB Variations
Color information
#C574C4 (or 0xC574C4) is known color: Orchid. HEX triplet: C5, 74 and C4. RGB value is (197,116,196). Sum of RGB (Red+Green+Blue) = 197+116+196=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C574C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574C4 is #3A8B3B. Grayscale: #959595. Windows color (decimal): -3836732 or 12874949. OLE color: 12874949.
HSL color Cylindrical-coordinate representation of color #C574C4: hue angle of 300.74º 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 #C574C4 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 196 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.23 |
| HSL | 300.74º | 0.41% | 0.61% | - |
| HSV(B) | 300.74º | 0.41% | 0.77% | - |
| XYZ | 39.24 | 28.35 | 55.63 | - |
| YUV | 149.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 196 | 0 | 0.41 | 0.01 | 0.23 | 300.74 | 0.41 | 0.61 |
| Hex | C5 | 74 | C4 | 0 | 29 | 1 | 17 | 12D | 29 | 3D |
| Octal | 305 | 164 | 304 | 0 | 51 | 1 | 27 | 455 | 51 | 75 |
| Binary | 11000101 | 1110100 | 11000100 | 0 | 101001 | 1 | 10111 | 100101101 | 101001 | 111101 |
Color Harmonies of #C574C4
Complementary color
Monochromatic Colors of #C574C4
Black with #C574C4
Text Example
Text Example
White with #C574C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574C4; }
p { color: rgb(197,116,196); }
H1.HeaderClassName
{
color: #C574C4;
}
.AnyTagClassName
{
color: #C574C4;
}
</style>
background-color css
<style>
a { background-color: #C574C4; }
a { background-color: rgb(197,116,196); }
div.DivClassName
{
background-color: #C574C4;
}
.BgClassName
{
background-color: #C574C4;
}
</style>
border-color css
<style>
span { border-color: #C574C4; }
span { border-color: rgb(197,116,196); }
td.TdClassName
{
border-color: #C574C4;
}
.TagClassName
{
border-color: #C574C4;
}
</style>