Shades of Medium Orchid #C371DB
Tints of Medium Orchid #C371DB
RGB
CMYK
RGB Variations
Color information
#C371DB (or 0xC371DB) is known color: Medium Orchid. HEX triplet: C3, 71 and DB. RGB value is (195,113,219). Sum of RGB (Red+Green+Blue) = 195+113+219=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C371DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DB is #3C8E24. Grayscale: #959595. Windows color (decimal): -3968549 or 14381507. OLE color: 14381507.
HSL color Cylindrical-coordinate representation of color #C371DB: hue angle of 286.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C371DB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 113 | 219 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.14 |
| HSL | 286.42º | 0.6% | 0.65% | - |
| HSV(B) | 286.42º | 0.48% | 0.86% | - |
| XYZ | 41.2 | 28.53 | 70.35 | - |
| YUV | 149.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 219 | 0.11 | 0.48 | 0 | 0.14 | 286.42 | 0.6 | 0.65 |
| Hex | C3 | 71 | DB | B | 30 | 0 | E | 11E | 3C | 41 |
| Octal | 303 | 161 | 333 | 13 | 60 | 0 | 16 | 436 | 74 | 101 |
| Binary | 11000011 | 1110001 | 11011011 | 1011 | 110000 | 0 | 1110 | 100011110 | 111100 | 1000001 |
Color Harmonies of #C371DB
Complementary color
Monochromatic Colors of #C371DB
Black with #C371DB
Text Example
Text Example
White with #C371DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371DB; }
p { color: rgb(195,113,219); }
H1.HeaderClassName
{
color: #C371DB;
}
.AnyTagClassName
{
color: #C371DB;
}
</style>
background-color css
<style>
a { background-color: #C371DB; }
a { background-color: rgb(195,113,219); }
div.DivClassName
{
background-color: #C371DB;
}
.BgClassName
{
background-color: #C371DB;
}
</style>
border-color css
<style>
span { border-color: #C371DB; }
span { border-color: rgb(195,113,219); }
td.TdClassName
{
border-color: #C371DB;
}
.TagClassName
{
border-color: #C371DB;
}
</style>