Shades of Medium Orchid #C234DD
Tints of Medium Orchid #C234DD
RGB
CMYK
RGB Variations
Color information
#C234DD (or 0xC234DD) is known color: Medium Orchid. HEX triplet: C2, 34 and DD. RGB value is (194,52,221). Sum of RGB (Red+Green+Blue) = 194+52+221=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C234DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234DD is #3DCB22. Grayscale: #717171. Windows color (decimal): -4049699 or 14496962. OLE color: 14496962.
HSL color Cylindrical-coordinate representation of color #C234DD: hue angle of 290.41º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C234DD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 52 | 221 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.13 |
| HSL | 290.41º | 0.71% | 0.54% | - |
| HSV(B) | 290.41º | 0.76% | 0.87% | - |
| XYZ | 36.53 | 19.15 | 70.18 | - |
| YUV | 113.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 221 | 0.12 | 0.76 | 0 | 0.13 | 290.41 | 0.71 | 0.54 |
| Hex | C2 | 34 | DD | C | 4C | 0 | D | 122 | 47 | 36 |
| Octal | 302 | 64 | 335 | 14 | 114 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000010 | 110100 | 11011101 | 1100 | 1001100 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C234DD
Complementary color
Monochromatic Colors of #C234DD
Black with #C234DD
Text Example
Text Example
White with #C234DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234DD; }
p { color: rgb(194,52,221); }
H1.HeaderClassName
{
color: #C234DD;
}
.AnyTagClassName
{
color: #C234DD;
}
</style>
background-color css
<style>
a { background-color: #C234DD; }
a { background-color: rgb(194,52,221); }
div.DivClassName
{
background-color: #C234DD;
}
.BgClassName
{
background-color: #C234DD;
}
</style>
border-color css
<style>
span { border-color: #C234DD; }
span { border-color: rgb(194,52,221); }
td.TdClassName
{
border-color: #C234DD;
}
.TagClassName
{
border-color: #C234DD;
}
</style>