Shades of Medium Orchid #C373DD
Tints of Medium Orchid #C373DD
RGB
CMYK
RGB Variations
Color information
#C373DD (or 0xC373DD) is known color: Medium Orchid. HEX triplet: C3, 73 and DD. RGB value is (195,115,221). Sum of RGB (Red+Green+Blue) = 195+115+221=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C373DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373DD is #3C8C22. Grayscale: #969696. Windows color (decimal): -3968035 or 14513091. OLE color: 14513091.
HSL color Cylindrical-coordinate representation of color #C373DD: hue angle of 285.28º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C373DD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 115 | 221 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.13 |
| HSL | 285.28º | 0.61% | 0.66% | - |
| HSV(B) | 285.28º | 0.48% | 0.87% | - |
| XYZ | 41.69 | 29.08 | 71.82 | - |
| YUV | 151 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 221 | 0.12 | 0.48 | 0 | 0.13 | 285.28 | 0.61 | 0.66 |
| Hex | C3 | 73 | DD | C | 30 | 0 | D | 11D | 3D | 42 |
| Octal | 303 | 163 | 335 | 14 | 60 | 0 | 15 | 435 | 75 | 102 |
| Binary | 11000011 | 1110011 | 11011101 | 1100 | 110000 | 0 | 1101 | 100011101 | 111101 | 1000010 |
Color Harmonies of #C373DD
Complementary color
Monochromatic Colors of #C373DD
Black with #C373DD
Text Example
Text Example
White with #C373DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373DD; }
p { color: rgb(195,115,221); }
H1.HeaderClassName
{
color: #C373DD;
}
.AnyTagClassName
{
color: #C373DD;
}
</style>
background-color css
<style>
a { background-color: #C373DD; }
a { background-color: rgb(195,115,221); }
div.DivClassName
{
background-color: #C373DD;
}
.BgClassName
{
background-color: #C373DD;
}
</style>
border-color css
<style>
span { border-color: #C373DD; }
span { border-color: rgb(195,115,221); }
td.TdClassName
{
border-color: #C373DD;
}
.TagClassName
{
border-color: #C373DD;
}
</style>