Shades of Medium Orchid #C373DC
Tints of Medium Orchid #C373DC
RGB
CMYK
RGB Variations
Color information
#C373DC (or 0xC373DC) is known color: Medium Orchid. HEX triplet: C3, 73 and DC. RGB value is (195,115,220). Sum of RGB (Red+Green+Blue) = 195+115+220=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C373DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373DC is #3C8C23. Grayscale: #969696. Windows color (decimal): -3968036 or 14447555. OLE color: 14447555.
HSL color Cylindrical-coordinate representation of color #C373DC: hue angle of 285.71º 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 #C373DC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 115 | 220 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.14 |
| HSL | 285.71º | 0.6% | 0.66% | - |
| HSV(B) | 285.71º | 0.48% | 0.86% | - |
| XYZ | 41.55 | 29.03 | 71.12 | - |
| YUV | 150.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 220 | 0.11 | 0.48 | 0 | 0.14 | 285.71 | 0.6 | 0.66 |
| Hex | C3 | 73 | DC | B | 30 | 0 | E | 11E | 3C | 42 |
| Octal | 303 | 163 | 334 | 13 | 60 | 0 | 16 | 436 | 74 | 102 |
| Binary | 11000011 | 1110011 | 11011100 | 1011 | 110000 | 0 | 1110 | 100011110 | 111100 | 1000010 |
Color Harmonies of #C373DC
Complementary color
Monochromatic Colors of #C373DC
Black with #C373DC
Text Example
Text Example
White with #C373DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373DC; }
p { color: rgb(195,115,220); }
H1.HeaderClassName
{
color: #C373DC;
}
.AnyTagClassName
{
color: #C373DC;
}
</style>
background-color css
<style>
a { background-color: #C373DC; }
a { background-color: rgb(195,115,220); }
div.DivClassName
{
background-color: #C373DC;
}
.BgClassName
{
background-color: #C373DC;
}
</style>
border-color css
<style>
span { border-color: #C373DC; }
span { border-color: rgb(195,115,220); }
td.TdClassName
{
border-color: #C373DC;
}
.TagClassName
{
border-color: #C373DC;
}
</style>