Shades of Medium Orchid #C952F7
Tints of Medium Orchid #C952F7
RGB
CMYK
RGB Variations
Color information
#C952F7 (or 0xC952F7) is known color: Medium Orchid. HEX triplet: C9, 52 and F7. RGB value is (201,82,247). Sum of RGB (Red+Green+Blue) = 201+82+247=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #C952F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952F7 is #36AD08. Grayscale: #878787. Windows color (decimal): -3583241 or 16208585. OLE color: 16208585.
HSL color Cylindrical-coordinate representation of color #C952F7: hue angle of 283.27º 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 #C952F7 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 82 | 247 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.03 |
| HSL | 283.27º | 0.91% | 0.65% | - |
| HSV(B) | 283.27º | 0.67% | 0.97% | - |
| XYZ | 43.89 | 25.17 | 90.54 | - |
| YUV | 136.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 247 | 0.19 | 0.67 | 0 | 0.03 | 283.27 | 0.91 | 0.65 |
| Hex | C9 | 52 | F7 | 13 | 43 | 0 | 3 | 11B | 5B | 41 |
| Octal | 311 | 122 | 367 | 23 | 103 | 0 | 3 | 433 | 133 | 101 |
| Binary | 11001001 | 1010010 | 11110111 | 10011 | 1000011 | 0 | 11 | 100011011 | 1011011 | 1000001 |
Color Harmonies of #C952F7
Complementary color
Monochromatic Colors of #C952F7
Black with #C952F7
Text Example
Text Example
White with #C952F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952F7; }
p { color: rgb(201,82,247); }
H1.HeaderClassName
{
color: #C952F7;
}
.AnyTagClassName
{
color: #C952F7;
}
</style>
background-color css
<style>
a { background-color: #C952F7; }
a { background-color: rgb(201,82,247); }
div.DivClassName
{
background-color: #C952F7;
}
.BgClassName
{
background-color: #C952F7;
}
</style>
border-color css
<style>
span { border-color: #C952F7; }
span { border-color: rgb(201,82,247); }
td.TdClassName
{
border-color: #C952F7;
}
.TagClassName
{
border-color: #C952F7;
}
</style>