Shades of Medium Orchid #C234DB
Tints of Medium Orchid #C234DB
RGB
CMYK
RGB Variations
Color information
#C234DB (or 0xC234DB) is known color: Medium Orchid. HEX triplet: C2, 34 and DB. RGB value is (194,52,219). Sum of RGB (Red+Green+Blue) = 194+52+219=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #C234DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234DB is #3DCB24. Grayscale: #707070. Windows color (decimal): -4049701 or 14365890. OLE color: 14365890.
HSL color Cylindrical-coordinate representation of color #C234DB: hue angle of 291.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C234DB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 52 | 219 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.14 |
| HSL | 291.02º | 0.7% | 0.53% | - |
| HSV(B) | 291.02º | 0.76% | 0.86% | - |
| XYZ | 36.26 | 19.04 | 68.78 | - |
| YUV | 113.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 219 | 0.11 | 0.76 | 0 | 0.14 | 291.02 | 0.7 | 0.53 |
| Hex | C2 | 34 | DB | B | 4C | 0 | E | 123 | 46 | 35 |
| Octal | 302 | 64 | 333 | 13 | 114 | 0 | 16 | 443 | 106 | 65 |
| Binary | 11000010 | 110100 | 11011011 | 1011 | 1001100 | 0 | 1110 | 100100011 | 1000110 | 110101 |
Color Harmonies of #C234DB
Complementary color
Monochromatic Colors of #C234DB
Black with #C234DB
Text Example
Text Example
White with #C234DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234DB; }
p { color: rgb(194,52,219); }
H1.HeaderClassName
{
color: #C234DB;
}
.AnyTagClassName
{
color: #C234DB;
}
</style>
background-color css
<style>
a { background-color: #C234DB; }
a { background-color: rgb(194,52,219); }
div.DivClassName
{
background-color: #C234DB;
}
.BgClassName
{
background-color: #C234DB;
}
</style>
border-color css
<style>
span { border-color: #C234DB; }
span { border-color: rgb(194,52,219); }
td.TdClassName
{
border-color: #C234DB;
}
.TagClassName
{
border-color: #C234DB;
}
</style>