Shades of Medium Orchid #C330DB
Tints of Medium Orchid #C330DB
RGB
CMYK
RGB Variations
Color information
#C330DB (or 0xC330DB) is known color: Medium Orchid. HEX triplet: C3, 30 and DB. RGB value is (195,48,219). Sum of RGB (Red+Green+Blue) = 195+48+219=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #C330DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330DB is #3CCF24. Grayscale: #6E6E6E. Windows color (decimal): -3985189 or 14364867. OLE color: 14364867.
HSL color Cylindrical-coordinate representation of color #C330DB: hue angle of 291.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C330DB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 48 | 219 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.14 |
| HSL | 291.58º | 0.7% | 0.52% | - |
| HSV(B) | 291.58º | 0.78% | 0.86% | - |
| XYZ | 36.35 | 18.83 | 68.74 | - |
| YUV | 111.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 219 | 0.11 | 0.78 | 0 | 0.14 | 291.58 | 0.7 | 0.52 |
| Hex | C3 | 30 | DB | B | 4E | 0 | E | 124 | 46 | 34 |
| Octal | 303 | 60 | 333 | 13 | 116 | 0 | 16 | 444 | 106 | 64 |
| Binary | 11000011 | 110000 | 11011011 | 1011 | 1001110 | 0 | 1110 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C330DB
Complementary color
Monochromatic Colors of #C330DB
Black with #C330DB
Text Example
Text Example
White with #C330DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330DB; }
p { color: rgb(195,48,219); }
H1.HeaderClassName
{
color: #C330DB;
}
.AnyTagClassName
{
color: #C330DB;
}
</style>
background-color css
<style>
a { background-color: #C330DB; }
a { background-color: rgb(195,48,219); }
div.DivClassName
{
background-color: #C330DB;
}
.BgClassName
{
background-color: #C330DB;
}
</style>
border-color css
<style>
span { border-color: #C330DB; }
span { border-color: rgb(195,48,219); }
td.TdClassName
{
border-color: #C330DB;
}
.TagClassName
{
border-color: #C330DB;
}
</style>