Shades of Medium Orchid #C954EE
Tints of Medium Orchid #C954EE
RGB
CMYK
RGB Variations
Color information
#C954EE (or 0xC954EE) is known color: Medium Orchid. HEX triplet: C9, 54 and EE. RGB value is (201,84,238). Sum of RGB (Red+Green+Blue) = 201+84+238=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #C954EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954EE is #36AB11. Grayscale: #888888. Windows color (decimal): -3582738 or 15619273. OLE color: 15619273.
HSL color Cylindrical-coordinate representation of color #C954EE: hue angle of 285.58º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C954EE is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 84 | 238 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.07 |
| HSL | 285.58º | 0.82% | 0.63% | - |
| HSV(B) | 285.58º | 0.65% | 0.93% | - |
| XYZ | 42.69 | 24.93 | 83.45 | - |
| YUV | 136.54 | 185.26 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 238 | 0.16 | 0.65 | 0 | 0.07 | 285.58 | 0.82 | 0.63 |
| Hex | C9 | 54 | EE | 10 | 41 | 0 | 7 | 11E | 52 | 3F |
| Octal | 311 | 124 | 356 | 20 | 101 | 0 | 7 | 436 | 122 | 77 |
| Binary | 11001001 | 1010100 | 11101110 | 10000 | 1000001 | 0 | 111 | 100011110 | 1010010 | 111111 |
Color Harmonies of #C954EE
Complementary color
Monochromatic Colors of #C954EE
Black with #C954EE
Text Example
Text Example
White with #C954EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954EE; }
p { color: rgb(201,84,238); }
H1.HeaderClassName
{
color: #C954EE;
}
.AnyTagClassName
{
color: #C954EE;
}
</style>
background-color css
<style>
a { background-color: #C954EE; }
a { background-color: rgb(201,84,238); }
div.DivClassName
{
background-color: #C954EE;
}
.BgClassName
{
background-color: #C954EE;
}
</style>
border-color css
<style>
span { border-color: #C954EE; }
span { border-color: rgb(201,84,238); }
td.TdClassName
{
border-color: #C954EE;
}
.TagClassName
{
border-color: #C954EE;
}
</style>