Shades of Medium Orchid #C852F7
Tints of Medium Orchid #C852F7
RGB
CMYK
RGB Variations
Color information
#C852F7 (or 0xC852F7) is known color: Medium Orchid. HEX triplet: C8, 52 and F7. RGB value is (200,82,247). Sum of RGB (Red+Green+Blue) = 200+82+247=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #C852F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C852F7 is #37AD08. Grayscale: #878787. Windows color (decimal): -3648777 or 16208584. OLE color: 16208584.
HSL color Cylindrical-coordinate representation of color #C852F7: hue angle of 282.91º 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 #C852F7 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 82 | 247 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.03 |
| HSL | 282.91º | 0.91% | 0.65% | - |
| HSV(B) | 282.91º | 0.67% | 0.97% | - |
| XYZ | 43.63 | 25.03 | 90.53 | - |
| YUV | 136.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 247 | 0.19 | 0.67 | 0 | 0.03 | 282.91 | 0.91 | 0.65 |
| Hex | C8 | 52 | F7 | 13 | 43 | 0 | 3 | 11B | 5B | 41 |
| Octal | 310 | 122 | 367 | 23 | 103 | 0 | 3 | 433 | 133 | 101 |
| Binary | 11001000 | 1010010 | 11110111 | 10011 | 1000011 | 0 | 11 | 100011011 | 1011011 | 1000001 |
Color Harmonies of #C852F7
Complementary color
Monochromatic Colors of #C852F7
Black with #C852F7
Text Example
Text Example
White with #C852F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852F7; }
p { color: rgb(200,82,247); }
H1.HeaderClassName
{
color: #C852F7;
}
.AnyTagClassName
{
color: #C852F7;
}
</style>
background-color css
<style>
a { background-color: #C852F7; }
a { background-color: rgb(200,82,247); }
div.DivClassName
{
background-color: #C852F7;
}
.BgClassName
{
background-color: #C852F7;
}
</style>
border-color css
<style>
span { border-color: #C852F7; }
span { border-color: rgb(200,82,247); }
td.TdClassName
{
border-color: #C852F7;
}
.TagClassName
{
border-color: #C852F7;
}
</style>