Shades of Medium Orchid #C951F8
Tints of Medium Orchid #C951F8
RGB
CMYK
RGB Variations
Color information
#C951F8 (or 0xC951F8) is known color: Medium Orchid. HEX triplet: C9, 51 and F8. RGB value is (201,81,248). Sum of RGB (Red+Green+Blue) = 201+81+248=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #C951F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951F8 is #36AE07. Grayscale: #878787. Windows color (decimal): -3583496 or 16273865. OLE color: 16273865.
HSL color Cylindrical-coordinate representation of color #C951F8: hue angle of 283.11º degrees, saturation: 0.92, 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 #C951F8 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 81 | 248 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.03 |
| HSL | 283.11º | 0.92% | 0.65% | - |
| HSV(B) | 283.11º | 0.67% | 0.97% | - |
| XYZ | 43.97 | 25.08 | 91.33 | - |
| YUV | 135.92 | 191.26 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 248 | 0.19 | 0.67 | 0 | 0.03 | 283.11 | 0.92 | 0.65 |
| Hex | C9 | 51 | F8 | 13 | 43 | 0 | 3 | 11B | 5C | 41 |
| Octal | 311 | 121 | 370 | 23 | 103 | 0 | 3 | 433 | 134 | 101 |
| Binary | 11001001 | 1010001 | 11111000 | 10011 | 1000011 | 0 | 11 | 100011011 | 1011100 | 1000001 |
Color Harmonies of #C951F8
Complementary color
Monochromatic Colors of #C951F8
Black with #C951F8
Text Example
Text Example
White with #C951F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951F8; }
p { color: rgb(201,81,248); }
H1.HeaderClassName
{
color: #C951F8;
}
.AnyTagClassName
{
color: #C951F8;
}
</style>
background-color css
<style>
a { background-color: #C951F8; }
a { background-color: rgb(201,81,248); }
div.DivClassName
{
background-color: #C951F8;
}
.BgClassName
{
background-color: #C951F8;
}
</style>
border-color css
<style>
span { border-color: #C951F8; }
span { border-color: rgb(201,81,248); }
td.TdClassName
{
border-color: #C951F8;
}
.TagClassName
{
border-color: #C951F8;
}
</style>