Shades of Orchid #C570C9
Tints of Orchid #C570C9
RGB
CMYK
RGB Variations
Color information
#C570C9 (or 0xC570C9) is known color: Orchid. HEX triplet: C5, 70 and C9. RGB value is (197,112,201). Sum of RGB (Red+Green+Blue) = 197+112+201=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #C570C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570C9 is #3A8F36. Grayscale: #939393. Windows color (decimal): -3837751 or 13201605. OLE color: 13201605.
HSL color Cylindrical-coordinate representation of color #C570C9: hue angle of 297.3º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C570C9 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 112 | 201 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.21 |
| HSL | 297.3º | 0.45% | 0.61% | - |
| HSV(B) | 297.3º | 0.44% | 0.79% | - |
| XYZ | 39.36 | 27.68 | 58.53 | - |
| YUV | 147.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 201 | 0.02 | 0.44 | 0 | 0.21 | 297.3 | 0.45 | 0.61 |
| Hex | C5 | 70 | C9 | 2 | 2C | 0 | 15 | 129 | 2D | 3D |
| Octal | 305 | 160 | 311 | 2 | 54 | 0 | 25 | 451 | 55 | 75 |
| Binary | 11000101 | 1110000 | 11001001 | 10 | 101100 | 0 | 10101 | 100101001 | 101101 | 111101 |
Color Harmonies of #C570C9
Complementary color
Monochromatic Colors of #C570C9
Black with #C570C9
Text Example
Text Example
White with #C570C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570C9; }
p { color: rgb(197,112,201); }
H1.HeaderClassName
{
color: #C570C9;
}
.AnyTagClassName
{
color: #C570C9;
}
</style>
background-color css
<style>
a { background-color: #C570C9; }
a { background-color: rgb(197,112,201); }
div.DivClassName
{
background-color: #C570C9;
}
.BgClassName
{
background-color: #C570C9;
}
</style>
border-color css
<style>
span { border-color: #C570C9; }
span { border-color: rgb(197,112,201); }
td.TdClassName
{
border-color: #C570C9;
}
.TagClassName
{
border-color: #C570C9;
}
</style>