Shades of Medium Orchid #C370D6
Tints of Medium Orchid #C370D6
RGB
CMYK
RGB Variations
Color information
#C370D6 (or 0xC370D6) is known color: Medium Orchid. HEX triplet: C3, 70 and D6. RGB value is (195,112,214). Sum of RGB (Red+Green+Blue) = 195+112+214=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #C370D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370D6 is #3C8F29. Grayscale: #949494. Windows color (decimal): -3968810 or 14053571. OLE color: 14053571.
HSL color Cylindrical-coordinate representation of color #C370D6: hue angle of 288.82º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C370D6 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 112 | 214 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.16 |
| HSL | 288.82º | 0.55% | 0.64% | - |
| HSV(B) | 288.82º | 0.48% | 0.84% | - |
| XYZ | 40.44 | 28.05 | 66.9 | - |
| YUV | 148.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 214 | 0.09 | 0.48 | 0 | 0.16 | 288.82 | 0.55 | 0.64 |
| Hex | C3 | 70 | D6 | 9 | 30 | 0 | 10 | 121 | 37 | 40 |
| Octal | 303 | 160 | 326 | 11 | 60 | 0 | 20 | 441 | 67 | 100 |
| Binary | 11000011 | 1110000 | 11010110 | 1001 | 110000 | 0 | 10000 | 100100001 | 110111 | 1000000 |
Color Harmonies of #C370D6
Complementary color
Monochromatic Colors of #C370D6
Black with #C370D6
Text Example
Text Example
White with #C370D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370D6; }
p { color: rgb(195,112,214); }
H1.HeaderClassName
{
color: #C370D6;
}
.AnyTagClassName
{
color: #C370D6;
}
</style>
background-color css
<style>
a { background-color: #C370D6; }
a { background-color: rgb(195,112,214); }
div.DivClassName
{
background-color: #C370D6;
}
.BgClassName
{
background-color: #C370D6;
}
</style>
border-color css
<style>
span { border-color: #C370D6; }
span { border-color: rgb(195,112,214); }
td.TdClassName
{
border-color: #C370D6;
}
.TagClassName
{
border-color: #C370D6;
}
</style>