Shades of Medium Orchid #C232DA
Tints of Medium Orchid #C232DA
RGB
CMYK
RGB Variations
Color information
#C232DA (or 0xC232DA) is known color: Medium Orchid. HEX triplet: C2, 32 and DA. RGB value is (194,50,218). Sum of RGB (Red+Green+Blue) = 194+50+218=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #C232DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DA is #3DCD25. Grayscale: #6F6F6F. Windows color (decimal): -4050214 or 14299842. OLE color: 14299842.
HSL color Cylindrical-coordinate representation of color #C232DA: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C232DA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 50 | 218 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.15 |
| HSL | 291.43º | 0.69% | 0.53% | - |
| HSV(B) | 291.43º | 0.77% | 0.85% | - |
| XYZ | 36.04 | 18.81 | 68.06 | - |
| YUV | 112.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 218 | 0.11 | 0.77 | 0 | 0.15 | 291.43 | 0.69 | 0.53 |
| Hex | C2 | 32 | DA | B | 4D | 0 | F | 123 | 45 | 35 |
| Octal | 302 | 62 | 332 | 13 | 115 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000010 | 110010 | 11011010 | 1011 | 1001101 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C232DA
Complementary color
Monochromatic Colors of #C232DA
Black with #C232DA
Text Example
Text Example
White with #C232DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232DA; }
p { color: rgb(194,50,218); }
H1.HeaderClassName
{
color: #C232DA;
}
.AnyTagClassName
{
color: #C232DA;
}
</style>
background-color css
<style>
a { background-color: #C232DA; }
a { background-color: rgb(194,50,218); }
div.DivClassName
{
background-color: #C232DA;
}
.BgClassName
{
background-color: #C232DA;
}
</style>
border-color css
<style>
span { border-color: #C232DA; }
span { border-color: rgb(194,50,218); }
td.TdClassName
{
border-color: #C232DA;
}
.TagClassName
{
border-color: #C232DA;
}
</style>