Shades of Orchid #C574CF
Tints of Orchid #C574CF
RGB
CMYK
RGB Variations
Color information
#C574CF (or 0xC574CF) is known color: Orchid. HEX triplet: C5, 74 and CF. RGB value is (197,116,207). Sum of RGB (Red+Green+Blue) = 197+116+207=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #C574CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C574CF is #3A8B30. Grayscale: #969696. Windows color (decimal): -3836721 or 13595845. OLE color: 13595845.
HSL color Cylindrical-coordinate representation of color #C574CF: hue angle of 293.41º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C574CF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 116 | 207 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.19 |
| HSL | 293.41º | 0.49% | 0.63% | - |
| HSV(B) | 293.41º | 0.44% | 0.81% | - |
| XYZ | 40.53 | 28.87 | 62.47 | - |
| YUV | 150.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 207 | 0.05 | 0.44 | 0 | 0.19 | 293.41 | 0.49 | 0.63 |
| Hex | C5 | 74 | CF | 5 | 2C | 0 | 13 | 125 | 31 | 3F |
| Octal | 305 | 164 | 317 | 5 | 54 | 0 | 23 | 445 | 61 | 77 |
| Binary | 11000101 | 1110100 | 11001111 | 101 | 101100 | 0 | 10011 | 100100101 | 110001 | 111111 |
Color Harmonies of #C574CF
Complementary color
Monochromatic Colors of #C574CF
Black with #C574CF
Text Example
Text Example
White with #C574CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574CF; }
p { color: rgb(197,116,207); }
H1.HeaderClassName
{
color: #C574CF;
}
.AnyTagClassName
{
color: #C574CF;
}
</style>
background-color css
<style>
a { background-color: #C574CF; }
a { background-color: rgb(197,116,207); }
div.DivClassName
{
background-color: #C574CF;
}
.BgClassName
{
background-color: #C574CF;
}
</style>
border-color css
<style>
span { border-color: #C574CF; }
span { border-color: rgb(197,116,207); }
td.TdClassName
{
border-color: #C574CF;
}
.TagClassName
{
border-color: #C574CF;
}
</style>