Shades of Medium Orchid #C232DB
Tints of Medium Orchid #C232DB
RGB
CMYK
RGB Variations
Color information
#C232DB (or 0xC232DB) is known color: Medium Orchid. HEX triplet: C2, 32 and DB. RGB value is (194,50,219). Sum of RGB (Red+Green+Blue) = 194+50+219=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 50 (19.92% from 255 or 10.80% 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 #C232DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DB is #3DCD24. Grayscale: #6F6F6F. Windows color (decimal): -4050213 or 14365378. OLE color: 14365378.
HSL color Cylindrical-coordinate representation of color #C232DB: hue angle of 291.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C232DB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 50 | 219 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.14 |
| HSL | 291.12º | 0.7% | 0.53% | - |
| HSV(B) | 291.12º | 0.77% | 0.86% | - |
| XYZ | 36.17 | 18.87 | 68.75 | - |
| YUV | 112.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 219 | 0.11 | 0.77 | 0 | 0.14 | 291.12 | 0.7 | 0.53 |
| Hex | C2 | 32 | DB | B | 4D | 0 | E | 123 | 46 | 35 |
| Octal | 302 | 62 | 333 | 13 | 115 | 0 | 16 | 443 | 106 | 65 |
| Binary | 11000010 | 110010 | 11011011 | 1011 | 1001101 | 0 | 1110 | 100100011 | 1000110 | 110101 |
Color Harmonies of #C232DB
Complementary color
Monochromatic Colors of #C232DB
Black with #C232DB
Text Example
Text Example
White with #C232DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232DB; }
p { color: rgb(194,50,219); }
H1.HeaderClassName
{
color: #C232DB;
}
.AnyTagClassName
{
color: #C232DB;
}
</style>
background-color css
<style>
a { background-color: #C232DB; }
a { background-color: rgb(194,50,219); }
div.DivClassName
{
background-color: #C232DB;
}
.BgClassName
{
background-color: #C232DB;
}
</style>
border-color css
<style>
span { border-color: #C232DB; }
span { border-color: rgb(194,50,219); }
td.TdClassName
{
border-color: #C232DB;
}
.TagClassName
{
border-color: #C232DB;
}
</style>