Shades of Medium Orchid #C252E4
Tints of Medium Orchid #C252E4
RGB
CMYK
RGB Variations
Color information
#C252E4 (or 0xC252E4) is known color: Medium Orchid. HEX triplet: C2, 52 and E4. RGB value is (194,82,228). Sum of RGB (Red+Green+Blue) = 194+82+228=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #C252E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252E4 is #3DAD1B. Grayscale: #838383. Windows color (decimal): -4042012 or 14963394. OLE color: 14963394.
HSL color Cylindrical-coordinate representation of color #C252E4: hue angle of 286.03º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C252E4 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 82 | 228 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.11 |
| HSL | 286.03º | 0.73% | 0.61% | - |
| HSV(B) | 286.03º | 0.64% | 0.89% | - |
| XYZ | 39.27 | 23.11 | 75.79 | - |
| YUV | 132.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 228 | 0.15 | 0.64 | 0 | 0.11 | 286.03 | 0.73 | 0.61 |
| Hex | C2 | 52 | E4 | F | 40 | 0 | B | 11E | 49 | 3D |
| Octal | 302 | 122 | 344 | 17 | 100 | 0 | 13 | 436 | 111 | 75 |
| Binary | 11000010 | 1010010 | 11100100 | 1111 | 1000000 | 0 | 1011 | 100011110 | 1001001 | 111101 |
Color Harmonies of #C252E4
Complementary color
Monochromatic Colors of #C252E4
Black with #C252E4
Text Example
Text Example
White with #C252E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252E4; }
p { color: rgb(194,82,228); }
H1.HeaderClassName
{
color: #C252E4;
}
.AnyTagClassName
{
color: #C252E4;
}
</style>
background-color css
<style>
a { background-color: #C252E4; }
a { background-color: rgb(194,82,228); }
div.DivClassName
{
background-color: #C252E4;
}
.BgClassName
{
background-color: #C252E4;
}
</style>
border-color css
<style>
span { border-color: #C252E4; }
span { border-color: rgb(194,82,228); }
td.TdClassName
{
border-color: #C252E4;
}
.TagClassName
{
border-color: #C252E4;
}
</style>