Shades of Medium Orchid #C954F6
Tints of Medium Orchid #C954F6
RGB
CMYK
RGB Variations
Color information
#C954F6 (or 0xC954F6) is known color: Medium Orchid. HEX triplet: C9, 54 and F6. RGB value is (201,84,246). Sum of RGB (Red+Green+Blue) = 201+84+246=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #C954F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954F6 is #36AB09. Grayscale: #888888. Windows color (decimal): -3582730 or 16143561. OLE color: 16143561.
HSL color Cylindrical-coordinate representation of color #C954F6: hue angle of 283.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C954F6 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 84 | 246 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.04 |
| HSL | 283.33º | 0.9% | 0.65% | - |
| HSV(B) | 283.33º | 0.66% | 0.96% | - |
| XYZ | 43.89 | 25.41 | 89.78 | - |
| YUV | 137.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 246 | 0.18 | 0.66 | 0 | 0.04 | 283.33 | 0.9 | 0.65 |
| Hex | C9 | 54 | F6 | 12 | 42 | 0 | 4 | 11B | 5A | 41 |
| Octal | 311 | 124 | 366 | 22 | 102 | 0 | 4 | 433 | 132 | 101 |
| Binary | 11001001 | 1010100 | 11110110 | 10010 | 1000010 | 0 | 100 | 100011011 | 1011010 | 1000001 |
Color Harmonies of #C954F6
Complementary color
Monochromatic Colors of #C954F6
Black with #C954F6
Text Example
Text Example
White with #C954F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954F6; }
p { color: rgb(201,84,246); }
H1.HeaderClassName
{
color: #C954F6;
}
.AnyTagClassName
{
color: #C954F6;
}
</style>
background-color css
<style>
a { background-color: #C954F6; }
a { background-color: rgb(201,84,246); }
div.DivClassName
{
background-color: #C954F6;
}
.BgClassName
{
background-color: #C954F6;
}
</style>
border-color css
<style>
span { border-color: #C954F6; }
span { border-color: rgb(201,84,246); }
td.TdClassName
{
border-color: #C954F6;
}
.TagClassName
{
border-color: #C954F6;
}
</style>