Shades of Medium Orchid #C235DA
Tints of Medium Orchid #C235DA
RGB
CMYK
RGB Variations
Color information
#C235DA (or 0xC235DA) is known color: Medium Orchid. HEX triplet: C2, 35 and DA. RGB value is (194,53,218). Sum of RGB (Red+Green+Blue) = 194+53+218=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #C235DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235DA is #3DCA25. Grayscale: #717171. Windows color (decimal): -4049446 or 14300610. OLE color: 14300610.
HSL color Cylindrical-coordinate representation of color #C235DA: hue angle of 291.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C235DA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 53 | 218 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 291.27º | 0.69% | 0.53% | - |
| HSV(B) | 291.27º | 0.76% | 0.85% | - |
| XYZ | 36.18 | 19.08 | 68.11 | - |
| YUV | 113.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 218 | 0.11 | 0.76 | 0 | 0.15 | 291.27 | 0.69 | 0.53 |
| Hex | C2 | 35 | DA | B | 4C | 0 | F | 123 | 45 | 35 |
| Octal | 302 | 65 | 332 | 13 | 114 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000010 | 110101 | 11011010 | 1011 | 1001100 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C235DA
Complementary color
Monochromatic Colors of #C235DA
Black with #C235DA
Text Example
Text Example
White with #C235DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235DA; }
p { color: rgb(194,53,218); }
H1.HeaderClassName
{
color: #C235DA;
}
.AnyTagClassName
{
color: #C235DA;
}
</style>
background-color css
<style>
a { background-color: #C235DA; }
a { background-color: rgb(194,53,218); }
div.DivClassName
{
background-color: #C235DA;
}
.BgClassName
{
background-color: #C235DA;
}
</style>
border-color css
<style>
span { border-color: #C235DA; }
span { border-color: rgb(194,53,218); }
td.TdClassName
{
border-color: #C235DA;
}
.TagClassName
{
border-color: #C235DA;
}
</style>