Shades of Medium Orchid #C252CE
Tints of Medium Orchid #C252CE
RGB
CMYK
RGB Variations
Color information
#C252CE (or 0xC252CE) is known color: Medium Orchid. HEX triplet: C2, 52 and CE. RGB value is (194,82,206). Sum of RGB (Red+Green+Blue) = 194+82+206=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #C252CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252CE is #3DAD31. Grayscale: #818181. Windows color (decimal): -4042034 or 13521602. OLE color: 13521602.
HSL color Cylindrical-coordinate representation of color #C252CE: hue angle of 294.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C252CE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 82 | 206 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.19 |
| HSL | 294.19º | 0.56% | 0.56% | - |
| HSV(B) | 294.19º | 0.6% | 0.81% | - |
| XYZ | 36.41 | 21.96 | 60.71 | - |
| YUV | 129.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 206 | 0.06 | 0.60 | 0 | 0.19 | 294.19 | 0.56 | 0.56 |
| Hex | C2 | 52 | CE | 6 | 3C | 0 | 13 | 126 | 38 | 38 |
| Octal | 302 | 122 | 316 | 6 | 74 | 0 | 23 | 446 | 70 | 70 |
| Binary | 11000010 | 1010010 | 11001110 | 110 | 111100 | 0 | 10011 | 100100110 | 111000 | 111000 |
Color Harmonies of #C252CE
Complementary color
Monochromatic Colors of #C252CE
Black with #C252CE
Text Example
Text Example
White with #C252CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252CE; }
p { color: rgb(194,82,206); }
H1.HeaderClassName
{
color: #C252CE;
}
.AnyTagClassName
{
color: #C252CE;
}
</style>
background-color css
<style>
a { background-color: #C252CE; }
a { background-color: rgb(194,82,206); }
div.DivClassName
{
background-color: #C252CE;
}
.BgClassName
{
background-color: #C252CE;
}
</style>
border-color css
<style>
span { border-color: #C252CE; }
span { border-color: rgb(194,82,206); }
td.TdClassName
{
border-color: #C252CE;
}
.TagClassName
{
border-color: #C252CE;
}
</style>