Shades of Medium Orchid #C252F7
Tints of Medium Orchid #C252F7
RGB
CMYK
RGB Variations
Color information
#C252F7 (or 0xC252F7) is known color: Medium Orchid. HEX triplet: C2, 52 and F7. RGB value is (194,82,247). Sum of RGB (Red+Green+Blue) = 194+82+247=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #C252F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252F7 is #3DAD08. Grayscale: #858585. Windows color (decimal): -4041993 or 16208578. OLE color: 16208578.
HSL color Cylindrical-coordinate representation of color #C252F7: hue angle of 280.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C252F7 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 82 | 247 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.03 |
| HSL | 280.73º | 0.91% | 0.65% | - |
| HSV(B) | 280.73º | 0.67% | 0.97% | - |
| XYZ | 42.05 | 24.22 | 90.45 | - |
| YUV | 134.3 | 191.61 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 247 | 0.21 | 0.67 | 0 | 0.03 | 280.73 | 0.91 | 0.65 |
| Hex | C2 | 52 | F7 | 15 | 43 | 0 | 3 | 119 | 5B | 41 |
| Octal | 302 | 122 | 367 | 25 | 103 | 0 | 3 | 431 | 133 | 101 |
| Binary | 11000010 | 1010010 | 11110111 | 10101 | 1000011 | 0 | 11 | 100011001 | 1011011 | 1000001 |
Color Harmonies of #C252F7
Complementary color
Monochromatic Colors of #C252F7
Black with #C252F7
Text Example
Text Example
White with #C252F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252F7; }
p { color: rgb(194,82,247); }
H1.HeaderClassName
{
color: #C252F7;
}
.AnyTagClassName
{
color: #C252F7;
}
</style>
background-color css
<style>
a { background-color: #C252F7; }
a { background-color: rgb(194,82,247); }
div.DivClassName
{
background-color: #C252F7;
}
.BgClassName
{
background-color: #C252F7;
}
</style>
border-color css
<style>
span { border-color: #C252F7; }
span { border-color: rgb(194,82,247); }
td.TdClassName
{
border-color: #C252F7;
}
.TagClassName
{
border-color: #C252F7;
}
</style>