Shades of Medium Orchid #C252D4
Tints of Medium Orchid #C252D4
RGB
CMYK
RGB Variations
Color information
#C252D4 (or 0xC252D4) is known color: Medium Orchid. HEX triplet: C2, 52 and D4. RGB value is (194,82,212). Sum of RGB (Red+Green+Blue) = 194+82+212=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #C252D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252D4 is #3DAD2B. Grayscale: #818181. Windows color (decimal): -4042028 or 13914818. OLE color: 13914818.
HSL color Cylindrical-coordinate representation of color #C252D4: hue angle of 291.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C252D4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 194 | 82 | 212 | - |
CMYK | 0.08 | 0.61 | 0 | 0.17 |
HSL | 291.69º | 0.6% | 0.58% | - |
HSV(B) | 291.69º | 0.61% | 0.83% | - |
XYZ | 37.15 | 22.26 | 64.63 | - |
YUV | 130.31 | 174.11 | 173.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 82 | 212 | 0.08 | 0.61 | 0 | 0.17 | 291.69 | 0.6 | 0.58 |
Hex | C2 | 52 | D4 | 8 | 3D | 0 | 11 | 124 | 3C | 3A |
Octal | 302 | 122 | 324 | 10 | 75 | 0 | 21 | 444 | 74 | 72 |
Binary | 11000010 | 1010010 | 11010100 | 1000 | 111101 | 0 | 10001 | 100100100 | 111100 | 111010 |
Color Harmonies of #C252D4
Complementary color
Monochromatic Colors of #C252D4
Black with #C252D4
Text Example
Text Example
White with #C252D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252D4; }
p { color: rgb(194,82,212); }
H1.HeaderClassName
{
color: #C252D4;
}
.AnyTagClassName
{
color: #C252D4;
}
</style>
background-color css
<style>
a { background-color: #C252D4; }
a { background-color: rgb(194,82,212); }
div.DivClassName
{
background-color: #C252D4;
}
.BgClassName
{
background-color: #C252D4;
}
</style>
border-color css
<style>
span { border-color: #C252D4; }
span { border-color: rgb(194,82,212); }
td.TdClassName
{
border-color: #C252D4;
}
.TagClassName
{
border-color: #C252D4;
}
</style>