Shades of Orchid #C573C4
Tints of Orchid #C573C4
RGB
CMYK
RGB Variations
Color information
#C573C4 (or 0xC573C4) is known color: Orchid. HEX triplet: C5, 73 and C4. RGB value is (197,115,196). Sum of RGB (Red+Green+Blue) = 197+115+196=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C573C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573C4 is #3A8C3B. Grayscale: #949494. Windows color (decimal): -3836988 or 12874693. OLE color: 12874693.
HSL color Cylindrical-coordinate representation of color #C573C4: hue angle of 300.73º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C573C4 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 196 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.23 |
| HSL | 300.73º | 0.41% | 0.61% | - |
| HSV(B) | 300.73º | 0.42% | 0.77% | - |
| XYZ | 39.12 | 28.12 | 55.59 | - |
| YUV | 148.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 196 | 0 | 0.42 | 0.01 | 0.23 | 300.73 | 0.41 | 0.61 |
| Hex | C5 | 73 | C4 | 0 | 2A | 1 | 17 | 12D | 29 | 3D |
| Octal | 305 | 163 | 304 | 0 | 52 | 1 | 27 | 455 | 51 | 75 |
| Binary | 11000101 | 1110011 | 11000100 | 0 | 101010 | 1 | 10111 | 100101101 | 101001 | 111101 |
Color Harmonies of #C573C4
Complementary color
Monochromatic Colors of #C573C4
Black with #C573C4
Text Example
Text Example
White with #C573C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573C4; }
p { color: rgb(197,115,196); }
H1.HeaderClassName
{
color: #C573C4;
}
.AnyTagClassName
{
color: #C573C4;
}
</style>
background-color css
<style>
a { background-color: #C573C4; }
a { background-color: rgb(197,115,196); }
div.DivClassName
{
background-color: #C573C4;
}
.BgClassName
{
background-color: #C573C4;
}
</style>
border-color css
<style>
span { border-color: #C573C4; }
span { border-color: rgb(197,115,196); }
td.TdClassName
{
border-color: #C573C4;
}
.TagClassName
{
border-color: #C573C4;
}
</style>