Shades of Medium Orchid #C234DC
Tints of Medium Orchid #C234DC
RGB
CMYK
RGB Variations
Color information
#C234DC (or 0xC234DC) is known color: Medium Orchid. HEX triplet: C2, 34 and DC. RGB value is (194,52,220). Sum of RGB (Red+Green+Blue) = 194+52+220=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C234DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234DC is #3DCB23. Grayscale: #717171. Windows color (decimal): -4049700 or 14431426. OLE color: 14431426.
HSL color Cylindrical-coordinate representation of color #C234DC: hue angle of 290.71º degrees, saturation: 0.71, 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 #C234DC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 52 | 220 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.14 |
| HSL | 290.71º | 0.71% | 0.53% | - |
| HSV(B) | 290.71º | 0.76% | 0.86% | - |
| XYZ | 36.39 | 19.09 | 69.48 | - |
| YUV | 113.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 220 | 0.12 | 0.76 | 0 | 0.14 | 290.71 | 0.71 | 0.53 |
| Hex | C2 | 34 | DC | C | 4C | 0 | E | 123 | 47 | 35 |
| Octal | 302 | 64 | 334 | 14 | 114 | 0 | 16 | 443 | 107 | 65 |
| Binary | 11000010 | 110100 | 11011100 | 1100 | 1001100 | 0 | 1110 | 100100011 | 1000111 | 110101 |
Color Harmonies of #C234DC
Complementary color
Monochromatic Colors of #C234DC
Black with #C234DC
Text Example
Text Example
White with #C234DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234DC; }
p { color: rgb(194,52,220); }
H1.HeaderClassName
{
color: #C234DC;
}
.AnyTagClassName
{
color: #C234DC;
}
</style>
background-color css
<style>
a { background-color: #C234DC; }
a { background-color: rgb(194,52,220); }
div.DivClassName
{
background-color: #C234DC;
}
.BgClassName
{
background-color: #C234DC;
}
</style>
border-color css
<style>
span { border-color: #C234DC; }
span { border-color: rgb(194,52,220); }
td.TdClassName
{
border-color: #C234DC;
}
.TagClassName
{
border-color: #C234DC;
}
</style>