Shades of Medium Orchid #C252DF
Tints of Medium Orchid #C252DF
RGB
CMYK
RGB Variations
Color information
#C252DF (or 0xC252DF) is known color: Medium Orchid. HEX triplet: C2, 52 and DF. RGB value is (194,82,223). Sum of RGB (Red+Green+Blue) = 194+82+223=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C252DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252DF is #3DAD20. Grayscale: #838383. Windows color (decimal): -4042017 or 14635714. OLE color: 14635714.
HSL color Cylindrical-coordinate representation of color #C252DF: hue angle of 287.66º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C252DF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 82 | 223 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.13 |
| HSL | 287.66º | 0.69% | 0.6% | - |
| HSV(B) | 287.66º | 0.63% | 0.87% | - |
| XYZ | 38.58 | 22.83 | 72.19 | - |
| YUV | 131.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 223 | 0.13 | 0.63 | 0 | 0.13 | 287.66 | 0.69 | 0.6 |
| Hex | C2 | 52 | DF | D | 3F | 0 | D | 120 | 45 | 3C |
| Octal | 302 | 122 | 337 | 15 | 77 | 0 | 15 | 440 | 105 | 74 |
| Binary | 11000010 | 1010010 | 11011111 | 1101 | 111111 | 0 | 1101 | 100100000 | 1000101 | 111100 |
Color Harmonies of #C252DF
Complementary color
Monochromatic Colors of #C252DF
Black with #C252DF
Text Example
Text Example
White with #C252DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252DF; }
p { color: rgb(194,82,223); }
H1.HeaderClassName
{
color: #C252DF;
}
.AnyTagClassName
{
color: #C252DF;
}
</style>
background-color css
<style>
a { background-color: #C252DF; }
a { background-color: rgb(194,82,223); }
div.DivClassName
{
background-color: #C252DF;
}
.BgClassName
{
background-color: #C252DF;
}
</style>
border-color css
<style>
span { border-color: #C252DF; }
span { border-color: rgb(194,82,223); }
td.TdClassName
{
border-color: #C252DF;
}
.TagClassName
{
border-color: #C252DF;
}
</style>