Shades of Medium Orchid #C948FA
Tints of Medium Orchid #C948FA
RGB
CMYK
RGB Variations
Color information
#C948FA (or 0xC948FA) is known color: Medium Orchid. HEX triplet: C9, 48 and FA. RGB value is (201,72,250). Sum of RGB (Red+Green+Blue) = 201+72+250=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C948FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948FA is #36B705. Grayscale: #828282. Windows color (decimal): -3585798 or 16402633. OLE color: 16402633.
HSL color Cylindrical-coordinate representation of color #C948FA: hue angle of 283.48º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C948FA is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 72 | 250 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.02 |
| HSL | 283.48º | 0.95% | 0.63% | - |
| HSV(B) | 283.48º | 0.71% | 0.98% | - |
| XYZ | 43.66 | 23.95 | 92.76 | - |
| YUV | 130.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 250 | 0.20 | 0.71 | 0 | 0.02 | 283.48 | 0.95 | 0.63 |
| Hex | C9 | 48 | FA | 14 | 47 | 0 | 2 | 11B | 5F | 3F |
| Octal | 311 | 110 | 372 | 24 | 107 | 0 | 2 | 433 | 137 | 77 |
| Binary | 11001001 | 1001000 | 11111010 | 10100 | 1000111 | 0 | 10 | 100011011 | 1011111 | 111111 |
Color Harmonies of #C948FA
Complementary color
Monochromatic Colors of #C948FA
Black with #C948FA
Text Example
Text Example
White with #C948FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948FA; }
p { color: rgb(201,72,250); }
H1.HeaderClassName
{
color: #C948FA;
}
.AnyTagClassName
{
color: #C948FA;
}
</style>
background-color css
<style>
a { background-color: #C948FA; }
a { background-color: rgb(201,72,250); }
div.DivClassName
{
background-color: #C948FA;
}
.BgClassName
{
background-color: #C948FA;
}
</style>
border-color css
<style>
span { border-color: #C948FA; }
span { border-color: rgb(201,72,250); }
td.TdClassName
{
border-color: #C948FA;
}
.TagClassName
{
border-color: #C948FA;
}
</style>