Shades of Medium Orchid #C370DC
Tints of Medium Orchid #C370DC
RGB
CMYK
RGB Variations
Color information
#C370DC (or 0xC370DC) is known color: Medium Orchid. HEX triplet: C3, 70 and DC. RGB value is (195,112,220). Sum of RGB (Red+Green+Blue) = 195+112+220=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C370DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370DC is #3C8F23. Grayscale: #949494. Windows color (decimal): -3968804 or 14446787. OLE color: 14446787.
HSL color Cylindrical-coordinate representation of color #C370DC: hue angle of 286.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C370DC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 112 | 220 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.14 |
| HSL | 286.11º | 0.61% | 0.65% | - |
| HSV(B) | 286.11º | 0.49% | 0.86% | - |
| XYZ | 41.22 | 28.36 | 71.01 | - |
| YUV | 149.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 220 | 0.11 | 0.49 | 0 | 0.14 | 286.11 | 0.61 | 0.65 |
| Hex | C3 | 70 | DC | B | 31 | 0 | E | 11E | 3D | 41 |
| Octal | 303 | 160 | 334 | 13 | 61 | 0 | 16 | 436 | 75 | 101 |
| Binary | 11000011 | 1110000 | 11011100 | 1011 | 110001 | 0 | 1110 | 100011110 | 111101 | 1000001 |
Color Harmonies of #C370DC
Complementary color
Monochromatic Colors of #C370DC
Black with #C370DC
Text Example
Text Example
White with #C370DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370DC; }
p { color: rgb(195,112,220); }
H1.HeaderClassName
{
color: #C370DC;
}
.AnyTagClassName
{
color: #C370DC;
}
</style>
background-color css
<style>
a { background-color: #C370DC; }
a { background-color: rgb(195,112,220); }
div.DivClassName
{
background-color: #C370DC;
}
.BgClassName
{
background-color: #C370DC;
}
</style>
border-color css
<style>
span { border-color: #C370DC; }
span { border-color: rgb(195,112,220); }
td.TdClassName
{
border-color: #C370DC;
}
.TagClassName
{
border-color: #C370DC;
}
</style>