Shades of Medium Orchid #C252DD
Tints of Medium Orchid #C252DD
RGB
CMYK
RGB Variations
Color information
#C252DD (or 0xC252DD) is known color: Medium Orchid. HEX triplet: C2, 52 and DD. RGB value is (194,82,221). Sum of RGB (Red+Green+Blue) = 194+82+221=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C252DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252DD is #3DAD22. Grayscale: #828282. Windows color (decimal): -4042019 or 14504642. OLE color: 14504642.
HSL color Cylindrical-coordinate representation of color #C252DD: hue angle of 288.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C252DD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 82 | 221 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.13 |
| HSL | 288.35º | 0.67% | 0.59% | - |
| HSV(B) | 288.35º | 0.63% | 0.87% | - |
| XYZ | 38.32 | 22.72 | 70.77 | - |
| YUV | 131.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 221 | 0.12 | 0.63 | 0 | 0.13 | 288.35 | 0.67 | 0.59 |
| Hex | C2 | 52 | DD | C | 3F | 0 | D | 120 | 43 | 3B |
| Octal | 302 | 122 | 335 | 14 | 77 | 0 | 15 | 440 | 103 | 73 |
| Binary | 11000010 | 1010010 | 11011101 | 1100 | 111111 | 0 | 1101 | 100100000 | 1000011 | 111011 |
Color Harmonies of #C252DD
Complementary color
Monochromatic Colors of #C252DD
Black with #C252DD
Text Example
Text Example
White with #C252DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252DD; }
p { color: rgb(194,82,221); }
H1.HeaderClassName
{
color: #C252DD;
}
.AnyTagClassName
{
color: #C252DD;
}
</style>
background-color css
<style>
a { background-color: #C252DD; }
a { background-color: rgb(194,82,221); }
div.DivClassName
{
background-color: #C252DD;
}
.BgClassName
{
background-color: #C252DD;
}
</style>
border-color css
<style>
span { border-color: #C252DD; }
span { border-color: rgb(194,82,221); }
td.TdClassName
{
border-color: #C252DD;
}
.TagClassName
{
border-color: #C252DD;
}
</style>