Shades of Medium Orchid #C252E9
Tints of Medium Orchid #C252E9
RGB
CMYK
RGB Variations
Color information
#C252E9 (or 0xC252E9) is known color: Medium Orchid. HEX triplet: C2, 52 and E9. RGB value is (194,82,233). Sum of RGB (Red+Green+Blue) = 194+82+233=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #C252E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252E9 is #3DAD16. Grayscale: #848484. Windows color (decimal): -4042007 or 15291074. OLE color: 15291074.
HSL color Cylindrical-coordinate representation of color #C252E9: hue angle of 284.5º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C252E9 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 82 | 233 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.09 |
| HSL | 284.5º | 0.77% | 0.62% | - |
| HSV(B) | 284.5º | 0.65% | 0.91% | - |
| XYZ | 39.97 | 23.39 | 79.5 | - |
| YUV | 132.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 233 | 0.17 | 0.65 | 0 | 0.09 | 284.5 | 0.77 | 0.62 |
| Hex | C2 | 52 | E9 | 11 | 41 | 0 | 9 | 11D | 4D | 3E |
| Octal | 302 | 122 | 351 | 21 | 101 | 0 | 11 | 435 | 115 | 76 |
| Binary | 11000010 | 1010010 | 11101001 | 10001 | 1000001 | 0 | 1001 | 100011101 | 1001101 | 111110 |
Color Harmonies of #C252E9
Complementary color
Monochromatic Colors of #C252E9
Black with #C252E9
Text Example
Text Example
White with #C252E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252E9; }
p { color: rgb(194,82,233); }
H1.HeaderClassName
{
color: #C252E9;
}
.AnyTagClassName
{
color: #C252E9;
}
</style>
background-color css
<style>
a { background-color: #C252E9; }
a { background-color: rgb(194,82,233); }
div.DivClassName
{
background-color: #C252E9;
}
.BgClassName
{
background-color: #C252E9;
}
</style>
border-color css
<style>
span { border-color: #C252E9; }
span { border-color: rgb(194,82,233); }
td.TdClassName
{
border-color: #C252E9;
}
.TagClassName
{
border-color: #C252E9;
}
</style>