Shades of Medium Orchid #C948FD
Tints of Medium Orchid #C948FD
RGB
CMYK
RGB Variations
Color information
#C948FD (or 0xC948FD) is known color: Medium Orchid. HEX triplet: C9, 48 and FD. RGB value is (201,72,253). Sum of RGB (Red+Green+Blue) = 201+72+253=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C948FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948FD is #36B702. Grayscale: #828282. Windows color (decimal): -3585795 or 16599241. OLE color: 16599241.
HSL color Cylindrical-coordinate representation of color #C948FD: hue angle of 282.76º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C948FD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 72 | 253 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.01 |
| HSL | 282.76º | 0.98% | 0.64% | - |
| HSV(B) | 282.76º | 0.72% | 0.99% | - |
| XYZ | 44.13 | 24.14 | 95.26 | - |
| YUV | 131.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 253 | 0.21 | 0.72 | 0 | 0.01 | 282.76 | 0.98 | 0.64 |
| Hex | C9 | 48 | FD | 15 | 48 | 0 | 1 | 11B | 62 | 40 |
| Octal | 311 | 110 | 375 | 25 | 110 | 0 | 1 | 433 | 142 | 100 |
| Binary | 11001001 | 1001000 | 11111101 | 10101 | 1001000 | 0 | 1 | 100011011 | 1100010 | 1000000 |
Color Harmonies of #C948FD
Complementary color
Monochromatic Colors of #C948FD
Black with #C948FD
Text Example
Text Example
White with #C948FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948FD; }
p { color: rgb(201,72,253); }
H1.HeaderClassName
{
color: #C948FD;
}
.AnyTagClassName
{
color: #C948FD;
}
</style>
background-color css
<style>
a { background-color: #C948FD; }
a { background-color: rgb(201,72,253); }
div.DivClassName
{
background-color: #C948FD;
}
.BgClassName
{
background-color: #C948FD;
}
</style>
border-color css
<style>
span { border-color: #C948FD; }
span { border-color: rgb(201,72,253); }
td.TdClassName
{
border-color: #C948FD;
}
.TagClassName
{
border-color: #C948FD;
}
</style>