Shades of Orchid #C573DC
Tints of Orchid #C573DC
RGB
CMYK
RGB Variations
Color information
#C573DC (or 0xC573DC) is known color: Orchid. HEX triplet: C5, 73 and DC. RGB value is (197,115,220). Sum of RGB (Red+Green+Blue) = 197+115+220=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C573DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573DC is #3A8C23. Grayscale: #979797. Windows color (decimal): -3836964 or 14447557. OLE color: 14447557.
HSL color Cylindrical-coordinate representation of color #C573DC: hue angle of 286.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C573DC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 115 | 220 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.14 |
| HSL | 286.86º | 0.6% | 0.66% | - |
| HSV(B) | 286.86º | 0.48% | 0.86% | - |
| XYZ | 42.07 | 29.3 | 71.15 | - |
| YUV | 151.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 220 | 0.10 | 0.48 | 0 | 0.14 | 286.86 | 0.6 | 0.66 |
| Hex | C5 | 73 | DC | A | 30 | 0 | E | 11F | 3C | 42 |
| Octal | 305 | 163 | 334 | 12 | 60 | 0 | 16 | 437 | 74 | 102 |
| Binary | 11000101 | 1110011 | 11011100 | 1010 | 110000 | 0 | 1110 | 100011111 | 111100 | 1000010 |
Color Harmonies of #C573DC
Complementary color
Monochromatic Colors of #C573DC
Black with #C573DC
Text Example
Text Example
White with #C573DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573DC; }
p { color: rgb(197,115,220); }
H1.HeaderClassName
{
color: #C573DC;
}
.AnyTagClassName
{
color: #C573DC;
}
</style>
background-color css
<style>
a { background-color: #C573DC; }
a { background-color: rgb(197,115,220); }
div.DivClassName
{
background-color: #C573DC;
}
.BgClassName
{
background-color: #C573DC;
}
</style>
border-color css
<style>
span { border-color: #C573DC; }
span { border-color: rgb(197,115,220); }
td.TdClassName
{
border-color: #C573DC;
}
.TagClassName
{
border-color: #C573DC;
}
</style>