Shades of Orchid #C573CB
Tints of Orchid #C573CB
RGB
CMYK
RGB Variations
Color information
#C573CB (or 0xC573CB) is known color: Orchid. HEX triplet: C5, 73 and CB. RGB value is (197,115,203). Sum of RGB (Red+Green+Blue) = 197+115+203=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C573CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573CB is #3A8C34. Grayscale: #959595. Windows color (decimal): -3836981 or 13333445. OLE color: 13333445.
HSL color Cylindrical-coordinate representation of color #C573CB: hue angle of 295.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C573CB is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 115 | 203 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.20 |
| HSL | 295.91º | 0.46% | 0.62% | - |
| HSV(B) | 295.91º | 0.43% | 0.8% | - |
| XYZ | 39.94 | 28.44 | 59.89 | - |
| YUV | 149.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 203 | 0.03 | 0.43 | 0 | 0.20 | 295.91 | 0.46 | 0.62 |
| Hex | C5 | 73 | CB | 3 | 2B | 0 | 14 | 128 | 2E | 3E |
| Octal | 305 | 163 | 313 | 3 | 53 | 0 | 24 | 450 | 56 | 76 |
| Binary | 11000101 | 1110011 | 11001011 | 11 | 101011 | 0 | 10100 | 100101000 | 101110 | 111110 |
Color Harmonies of #C573CB
Complementary color
Monochromatic Colors of #C573CB
Black with #C573CB
Text Example
Text Example
White with #C573CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573CB; }
p { color: rgb(197,115,203); }
H1.HeaderClassName
{
color: #C573CB;
}
.AnyTagClassName
{
color: #C573CB;
}
</style>
background-color css
<style>
a { background-color: #C573CB; }
a { background-color: rgb(197,115,203); }
div.DivClassName
{
background-color: #C573CB;
}
.BgClassName
{
background-color: #C573CB;
}
</style>
border-color css
<style>
span { border-color: #C573CB; }
span { border-color: rgb(197,115,203); }
td.TdClassName
{
border-color: #C573CB;
}
.TagClassName
{
border-color: #C573CB;
}
</style>