Shades of Medium Orchid #C951F4
Tints of Medium Orchid #C951F4
RGB
CMYK
RGB Variations
Color information
#C951F4 (or 0xC951F4) is known color: Medium Orchid. HEX triplet: C9, 51 and F4. RGB value is (201,81,244). Sum of RGB (Red+Green+Blue) = 201+81+244=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #C951F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951F4 is #36AE0B. Grayscale: #868686. Windows color (decimal): -3583500 or 16011721. OLE color: 16011721.
HSL color Cylindrical-coordinate representation of color #C951F4: hue angle of 284.17º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C951F4 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 81 | 244 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.04 |
| HSL | 284.17º | 0.88% | 0.64% | - |
| HSV(B) | 284.17º | 0.67% | 0.96% | - |
| XYZ | 43.36 | 24.83 | 88.1 | - |
| YUV | 135.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 244 | 0.18 | 0.67 | 0 | 0.04 | 284.17 | 0.88 | 0.64 |
| Hex | C9 | 51 | F4 | 12 | 43 | 0 | 4 | 11C | 58 | 40 |
| Octal | 311 | 121 | 364 | 22 | 103 | 0 | 4 | 434 | 130 | 100 |
| Binary | 11001001 | 1010001 | 11110100 | 10010 | 1000011 | 0 | 100 | 100011100 | 1011000 | 1000000 |
Color Harmonies of #C951F4
Complementary color
Monochromatic Colors of #C951F4
Black with #C951F4
Text Example
Text Example
White with #C951F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951F4; }
p { color: rgb(201,81,244); }
H1.HeaderClassName
{
color: #C951F4;
}
.AnyTagClassName
{
color: #C951F4;
}
</style>
background-color css
<style>
a { background-color: #C951F4; }
a { background-color: rgb(201,81,244); }
div.DivClassName
{
background-color: #C951F4;
}
.BgClassName
{
background-color: #C951F4;
}
</style>
border-color css
<style>
span { border-color: #C951F4; }
span { border-color: rgb(201,81,244); }
td.TdClassName
{
border-color: #C951F4;
}
.TagClassName
{
border-color: #C951F4;
}
</style>