Shades of Medium Orchid #C252F2
Tints of Medium Orchid #C252F2
RGB
CMYK
RGB Variations
Color information
#C252F2 (or 0xC252F2) is known color: Medium Orchid. HEX triplet: C2, 52 and F2. RGB value is (194,82,242). Sum of RGB (Red+Green+Blue) = 194+82+242=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #C252F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252F2 is #3DAD0D. Grayscale: #858585. Windows color (decimal): -4041998 or 15880898. OLE color: 15880898.
HSL color Cylindrical-coordinate representation of color #C252F2: hue angle of 282º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C252F2 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 82 | 242 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.05 |
| HSL | 282º | 0.86% | 0.64% | - |
| HSV(B) | 282º | 0.66% | 0.95% | - |
| XYZ | 41.29 | 23.91 | 86.44 | - |
| YUV | 133.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 242 | 0.20 | 0.66 | 0 | 0.05 | 282 | 0.86 | 0.64 |
| Hex | C2 | 52 | F2 | 14 | 42 | 0 | 5 | 11A | 56 | 40 |
| Octal | 302 | 122 | 362 | 24 | 102 | 0 | 5 | 432 | 126 | 100 |
| Binary | 11000010 | 1010010 | 11110010 | 10100 | 1000010 | 0 | 101 | 100011010 | 1010110 | 1000000 |
Color Harmonies of #C252F2
Complementary color
Monochromatic Colors of #C252F2
Black with #C252F2
Text Example
Text Example
White with #C252F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252F2; }
p { color: rgb(194,82,242); }
H1.HeaderClassName
{
color: #C252F2;
}
.AnyTagClassName
{
color: #C252F2;
}
</style>
background-color css
<style>
a { background-color: #C252F2; }
a { background-color: rgb(194,82,242); }
div.DivClassName
{
background-color: #C252F2;
}
.BgClassName
{
background-color: #C252F2;
}
</style>
border-color css
<style>
span { border-color: #C252F2; }
span { border-color: rgb(194,82,242); }
td.TdClassName
{
border-color: #C252F2;
}
.TagClassName
{
border-color: #C252F2;
}
</style>