Shades of Orchid #C570CB
Tints of Orchid #C570CB
RGB
CMYK
RGB Variations
Color information
#C570CB (or 0xC570CB) is known color: Orchid. HEX triplet: C5, 70 and CB. RGB value is (197,112,203). Sum of RGB (Red+Green+Blue) = 197+112+203=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C570CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570CB is #3A8F34. Grayscale: #939393. Windows color (decimal): -3837749 or 13332677. OLE color: 13332677.
HSL color Cylindrical-coordinate representation of color #C570CB: hue angle of 296.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C570CB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 112 | 203 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.20 |
| HSL | 296.04º | 0.47% | 0.62% | - |
| HSV(B) | 296.04º | 0.45% | 0.8% | - |
| XYZ | 39.6 | 27.77 | 59.77 | - |
| YUV | 147.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 203 | 0.03 | 0.45 | 0 | 0.20 | 296.04 | 0.47 | 0.62 |
| Hex | C5 | 70 | CB | 3 | 2D | 0 | 14 | 128 | 2F | 3E |
| Octal | 305 | 160 | 313 | 3 | 55 | 0 | 24 | 450 | 57 | 76 |
| Binary | 11000101 | 1110000 | 11001011 | 11 | 101101 | 0 | 10100 | 100101000 | 101111 | 111110 |
Color Harmonies of #C570CB
Complementary color
Monochromatic Colors of #C570CB
Black with #C570CB
Text Example
Text Example
White with #C570CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570CB; }
p { color: rgb(197,112,203); }
H1.HeaderClassName
{
color: #C570CB;
}
.AnyTagClassName
{
color: #C570CB;
}
</style>
background-color css
<style>
a { background-color: #C570CB; }
a { background-color: rgb(197,112,203); }
div.DivClassName
{
background-color: #C570CB;
}
.BgClassName
{
background-color: #C570CB;
}
</style>
border-color css
<style>
span { border-color: #C570CB; }
span { border-color: rgb(197,112,203); }
td.TdClassName
{
border-color: #C570CB;
}
.TagClassName
{
border-color: #C570CB;
}
</style>