Shades of Medium Orchid #C954EA
Tints of Medium Orchid #C954EA
RGB
CMYK
RGB Variations
Color information
#C954EA (or 0xC954EA) is known color: Medium Orchid. HEX triplet: C9, 54 and EA. RGB value is (201,84,234). Sum of RGB (Red+Green+Blue) = 201+84+234=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #C954EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954EA is #36AB15. Grayscale: #878787. Windows color (decimal): -3582742 or 15357129. OLE color: 15357129.
HSL color Cylindrical-coordinate representation of color #C954EA: hue angle of 286.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C954EA is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 84 | 234 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.08 |
| HSL | 286.8º | 0.78% | 0.62% | - |
| HSV(B) | 286.8º | 0.64% | 0.92% | - |
| XYZ | 42.11 | 24.7 | 80.39 | - |
| YUV | 136.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 234 | 0.14 | 0.64 | 0 | 0.08 | 286.8 | 0.78 | 0.62 |
| Hex | C9 | 54 | EA | E | 40 | 0 | 8 | 11F | 4E | 3E |
| Octal | 311 | 124 | 352 | 16 | 100 | 0 | 10 | 437 | 116 | 76 |
| Binary | 11001001 | 1010100 | 11101010 | 1110 | 1000000 | 0 | 1000 | 100011111 | 1001110 | 111110 |
Color Harmonies of #C954EA
Complementary color
Monochromatic Colors of #C954EA
Black with #C954EA
Text Example
Text Example
White with #C954EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954EA; }
p { color: rgb(201,84,234); }
H1.HeaderClassName
{
color: #C954EA;
}
.AnyTagClassName
{
color: #C954EA;
}
</style>
background-color css
<style>
a { background-color: #C954EA; }
a { background-color: rgb(201,84,234); }
div.DivClassName
{
background-color: #C954EA;
}
.BgClassName
{
background-color: #C954EA;
}
</style>
border-color css
<style>
span { border-color: #C954EA; }
span { border-color: rgb(201,84,234); }
td.TdClassName
{
border-color: #C954EA;
}
.TagClassName
{
border-color: #C954EA;
}
</style>