Shades of Medium Orchid #C331DB
Tints of Medium Orchid #C331DB
RGB
CMYK
RGB Variations
Color information
#C331DB (or 0xC331DB) is known color: Medium Orchid. HEX triplet: C3, 31 and DB. RGB value is (195,49,219). Sum of RGB (Red+Green+Blue) = 195+49+219=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #C331DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331DB is #3CCE24. Grayscale: #6F6F6F. Windows color (decimal): -3984933 or 14365123. OLE color: 14365123.
HSL color Cylindrical-coordinate representation of color #C331DB: hue angle of 291.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C331DB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 49 | 219 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.14 |
| HSL | 291.53º | 0.7% | 0.53% | - |
| HSV(B) | 291.53º | 0.78% | 0.86% | - |
| XYZ | 36.39 | 18.91 | 68.75 | - |
| YUV | 112.03 | 188.37 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 219 | 0.11 | 0.78 | 0 | 0.14 | 291.53 | 0.7 | 0.53 |
| Hex | C3 | 31 | DB | B | 4E | 0 | E | 124 | 46 | 35 |
| Octal | 303 | 61 | 333 | 13 | 116 | 0 | 16 | 444 | 106 | 65 |
| Binary | 11000011 | 110001 | 11011011 | 1011 | 1001110 | 0 | 1110 | 100100100 | 1000110 | 110101 |
Color Harmonies of #C331DB
Complementary color
Monochromatic Colors of #C331DB
Black with #C331DB
Text Example
Text Example
White with #C331DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331DB; }
p { color: rgb(195,49,219); }
H1.HeaderClassName
{
color: #C331DB;
}
.AnyTagClassName
{
color: #C331DB;
}
</style>
background-color css
<style>
a { background-color: #C331DB; }
a { background-color: rgb(195,49,219); }
div.DivClassName
{
background-color: #C331DB;
}
.BgClassName
{
background-color: #C331DB;
}
</style>
border-color css
<style>
span { border-color: #C331DB; }
span { border-color: rgb(195,49,219); }
td.TdClassName
{
border-color: #C331DB;
}
.TagClassName
{
border-color: #C331DB;
}
</style>