Shades of Medium Orchid #C230DB
Tints of Medium Orchid #C230DB
RGB
CMYK
RGB Variations
Color information
#C230DB (or 0xC230DB) is known color: Medium Orchid. HEX triplet: C2, 30 and DB. RGB value is (194,48,219). Sum of RGB (Red+Green+Blue) = 194+48+219=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C230DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230DB is #3DCF24. Grayscale: #6E6E6E. Windows color (decimal): -4050725 or 14364866. OLE color: 14364866.
HSL color Cylindrical-coordinate representation of color #C230DB: hue angle of 291.23º 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 #C230DB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 48 | 219 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.14 |
| HSL | 291.23º | 0.7% | 0.52% | - |
| HSV(B) | 291.23º | 0.78% | 0.86% | - |
| XYZ | 36.09 | 18.7 | 68.72 | - |
| YUV | 111.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 219 | 0.11 | 0.78 | 0 | 0.14 | 291.23 | 0.7 | 0.52 |
| Hex | C2 | 30 | DB | B | 4E | 0 | E | 123 | 46 | 34 |
| Octal | 302 | 60 | 333 | 13 | 116 | 0 | 16 | 443 | 106 | 64 |
| Binary | 11000010 | 110000 | 11011011 | 1011 | 1001110 | 0 | 1110 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C230DB
Complementary color
Monochromatic Colors of #C230DB
Black with #C230DB
Text Example
Text Example
White with #C230DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230DB; }
p { color: rgb(194,48,219); }
H1.HeaderClassName
{
color: #C230DB;
}
.AnyTagClassName
{
color: #C230DB;
}
</style>
background-color css
<style>
a { background-color: #C230DB; }
a { background-color: rgb(194,48,219); }
div.DivClassName
{
background-color: #C230DB;
}
.BgClassName
{
background-color: #C230DB;
}
</style>
border-color css
<style>
span { border-color: #C230DB; }
span { border-color: rgb(194,48,219); }
td.TdClassName
{
border-color: #C230DB;
}
.TagClassName
{
border-color: #C230DB;
}
</style>