Shades of Medium Orchid #C948EE
Tints of Medium Orchid #C948EE
RGB
CMYK
RGB Variations
Color information
#C948EE (or 0xC948EE) is known color: Medium Orchid. HEX triplet: C9, 48 and EE. RGB value is (201,72,238). Sum of RGB (Red+Green+Blue) = 201+72+238=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C948EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948EE is #36B711. Grayscale: #808080. Windows color (decimal): -3585810 or 15616201. OLE color: 15616201.
HSL color Cylindrical-coordinate representation of color #C948EE: hue angle of 286.63º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C948EE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 72 | 238 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.07 |
| HSL | 286.63º | 0.83% | 0.61% | - |
| HSV(B) | 286.63º | 0.7% | 0.93% | - |
| XYZ | 41.84 | 23.23 | 83.17 | - |
| YUV | 129.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 238 | 0.16 | 0.70 | 0 | 0.07 | 286.63 | 0.83 | 0.61 |
| Hex | C9 | 48 | EE | 10 | 46 | 0 | 7 | 11F | 53 | 3D |
| Octal | 311 | 110 | 356 | 20 | 106 | 0 | 7 | 437 | 123 | 75 |
| Binary | 11001001 | 1001000 | 11101110 | 10000 | 1000110 | 0 | 111 | 100011111 | 1010011 | 111101 |
Color Harmonies of #C948EE
Complementary color
Monochromatic Colors of #C948EE
Black with #C948EE
Text Example
Text Example
White with #C948EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948EE; }
p { color: rgb(201,72,238); }
H1.HeaderClassName
{
color: #C948EE;
}
.AnyTagClassName
{
color: #C948EE;
}
</style>
background-color css
<style>
a { background-color: #C948EE; }
a { background-color: rgb(201,72,238); }
div.DivClassName
{
background-color: #C948EE;
}
.BgClassName
{
background-color: #C948EE;
}
</style>
border-color css
<style>
span { border-color: #C948EE; }
span { border-color: rgb(201,72,238); }
td.TdClassName
{
border-color: #C948EE;
}
.TagClassName
{
border-color: #C948EE;
}
</style>