Shades of Medium Orchid #C948E8
Tints of Medium Orchid #C948E8
RGB
CMYK
RGB Variations
Color information
#C948E8 (or 0xC948E8) is known color: Medium Orchid. HEX triplet: C9, 48 and E8. RGB value is (201,72,232). Sum of RGB (Red+Green+Blue) = 201+72+232=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #C948E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948E8 is #36B717. Grayscale: #808080. Windows color (decimal): -3585816 or 15222985. OLE color: 15222985.
HSL color Cylindrical-coordinate representation of color #C948E8: hue angle of 288.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C948E8 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 72 | 232 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.09 |
| HSL | 288.38º | 0.78% | 0.6% | - |
| HSV(B) | 288.38º | 0.69% | 0.91% | - |
| XYZ | 40.97 | 22.88 | 78.6 | - |
| YUV | 128.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 232 | 0.13 | 0.69 | 0 | 0.09 | 288.38 | 0.78 | 0.6 |
| Hex | C9 | 48 | E8 | D | 45 | 0 | 9 | 120 | 4E | 3C |
| Octal | 311 | 110 | 350 | 15 | 105 | 0 | 11 | 440 | 116 | 74 |
| Binary | 11001001 | 1001000 | 11101000 | 1101 | 1000101 | 0 | 1001 | 100100000 | 1001110 | 111100 |
Color Harmonies of #C948E8
Complementary color
Monochromatic Colors of #C948E8
Black with #C948E8
Text Example
Text Example
White with #C948E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948E8; }
p { color: rgb(201,72,232); }
H1.HeaderClassName
{
color: #C948E8;
}
.AnyTagClassName
{
color: #C948E8;
}
</style>
background-color css
<style>
a { background-color: #C948E8; }
a { background-color: rgb(201,72,232); }
div.DivClassName
{
background-color: #C948E8;
}
.BgClassName
{
background-color: #C948E8;
}
</style>
border-color css
<style>
span { border-color: #C948E8; }
span { border-color: rgb(201,72,232); }
td.TdClassName
{
border-color: #C948E8;
}
.TagClassName
{
border-color: #C948E8;
}
</style>