Shades of Medium Orchid #C371DC
Tints of Medium Orchid #C371DC
RGB
CMYK
RGB Variations
Color information
#C371DC (or 0xC371DC) is known color: Medium Orchid. HEX triplet: C3, 71 and DC. RGB value is (195,113,220). Sum of RGB (Red+Green+Blue) = 195+113+220=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C371DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DC is #3C8E23. Grayscale: #959595. Windows color (decimal): -3968548 or 14447043. OLE color: 14447043.
HSL color Cylindrical-coordinate representation of color #C371DC: hue angle of 285.98º degrees, saturation: 0.6, 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 #C371DC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 113 | 220 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.14 |
| HSL | 285.98º | 0.6% | 0.65% | - |
| HSV(B) | 285.98º | 0.49% | 0.86% | - |
| XYZ | 41.33 | 28.58 | 71.05 | - |
| YUV | 149.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 220 | 0.11 | 0.49 | 0 | 0.14 | 285.98 | 0.6 | 0.65 |
| Hex | C3 | 71 | DC | B | 31 | 0 | E | 11E | 3C | 41 |
| Octal | 303 | 161 | 334 | 13 | 61 | 0 | 16 | 436 | 74 | 101 |
| Binary | 11000011 | 1110001 | 11011100 | 1011 | 110001 | 0 | 1110 | 100011110 | 111100 | 1000001 |
Color Harmonies of #C371DC
Complementary color
Monochromatic Colors of #C371DC
Black with #C371DC
Text Example
Text Example
White with #C371DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371DC; }
p { color: rgb(195,113,220); }
H1.HeaderClassName
{
color: #C371DC;
}
.AnyTagClassName
{
color: #C371DC;
}
</style>
background-color css
<style>
a { background-color: #C371DC; }
a { background-color: rgb(195,113,220); }
div.DivClassName
{
background-color: #C371DC;
}
.BgClassName
{
background-color: #C371DC;
}
</style>
border-color css
<style>
span { border-color: #C371DC; }
span { border-color: rgb(195,113,220); }
td.TdClassName
{
border-color: #C371DC;
}
.TagClassName
{
border-color: #C371DC;
}
</style>