Shades of Medium Orchid #C231DA
Tints of Medium Orchid #C231DA
RGB
CMYK
RGB Variations
Color information
#C231DA (or 0xC231DA) is known color: Medium Orchid. HEX triplet: C2, 31 and DA. RGB value is (194,49,218). Sum of RGB (Red+Green+Blue) = 194+49+218=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #C231DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231DA is #3DCE25. Grayscale: #6F6F6F. Windows color (decimal): -4050470 or 14299586. OLE color: 14299586.
HSL color Cylindrical-coordinate representation of color #C231DA: hue angle of 291.48º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C231DA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 49 | 218 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.15 |
| HSL | 291.48º | 0.7% | 0.52% | - |
| HSV(B) | 291.48º | 0.78% | 0.85% | - |
| XYZ | 36 | 18.73 | 68.05 | - |
| YUV | 111.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 218 | 0.11 | 0.78 | 0 | 0.15 | 291.48 | 0.7 | 0.52 |
| Hex | C2 | 31 | DA | B | 4E | 0 | F | 123 | 46 | 34 |
| Octal | 302 | 61 | 332 | 13 | 116 | 0 | 17 | 443 | 106 | 64 |
| Binary | 11000010 | 110001 | 11011010 | 1011 | 1001110 | 0 | 1111 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C231DA
Complementary color
Monochromatic Colors of #C231DA
Black with #C231DA
Text Example
Text Example
White with #C231DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231DA; }
p { color: rgb(194,49,218); }
H1.HeaderClassName
{
color: #C231DA;
}
.AnyTagClassName
{
color: #C231DA;
}
</style>
background-color css
<style>
a { background-color: #C231DA; }
a { background-color: rgb(194,49,218); }
div.DivClassName
{
background-color: #C231DA;
}
.BgClassName
{
background-color: #C231DA;
}
</style>
border-color css
<style>
span { border-color: #C231DA; }
span { border-color: rgb(194,49,218); }
td.TdClassName
{
border-color: #C231DA;
}
.TagClassName
{
border-color: #C231DA;
}
</style>