Shades of Medium Orchid #C232DD
Tints of Medium Orchid #C232DD
RGB
CMYK
RGB Variations
Color information
#C232DD (or 0xC232DD) is known color: Medium Orchid. HEX triplet: C2, 32 and DD. RGB value is (194,50,221). Sum of RGB (Red+Green+Blue) = 194+50+221=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C232DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DD is #3DCD22. Grayscale: #707070. Windows color (decimal): -4050211 or 14496450. OLE color: 14496450.
HSL color Cylindrical-coordinate representation of color #C232DD: hue angle of 290.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C232DD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 50 | 221 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.13 |
| HSL | 290.53º | 0.72% | 0.53% | - |
| HSV(B) | 290.53º | 0.77% | 0.87% | - |
| XYZ | 36.44 | 18.97 | 70.15 | - |
| YUV | 112.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 221 | 0.12 | 0.77 | 0 | 0.13 | 290.53 | 0.72 | 0.53 |
| Hex | C2 | 32 | DD | C | 4D | 0 | D | 123 | 48 | 35 |
| Octal | 302 | 62 | 335 | 14 | 115 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000010 | 110010 | 11011101 | 1100 | 1001101 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C232DD
Complementary color
Monochromatic Colors of #C232DD
Black with #C232DD
Text Example
Text Example
White with #C232DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232DD; }
p { color: rgb(194,50,221); }
H1.HeaderClassName
{
color: #C232DD;
}
.AnyTagClassName
{
color: #C232DD;
}
</style>
background-color css
<style>
a { background-color: #C232DD; }
a { background-color: rgb(194,50,221); }
div.DivClassName
{
background-color: #C232DD;
}
.BgClassName
{
background-color: #C232DD;
}
</style>
border-color css
<style>
span { border-color: #C232DD; }
span { border-color: rgb(194,50,221); }
td.TdClassName
{
border-color: #C232DD;
}
.TagClassName
{
border-color: #C232DD;
}
</style>