Shades of Medium Orchid #C948FE
Tints of Medium Orchid #C948FE
RGB
CMYK
RGB Variations
Color information
#C948FE (or 0xC948FE) is known color: Medium Orchid. HEX triplet: C9, 48 and FE. RGB value is (201,72,254). Sum of RGB (Red+Green+Blue) = 201+72+254=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C948FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C948FE is #36B701. Grayscale: #828282. Windows color (decimal): -3585794 or 16664777. OLE color: 16664777.
HSL color Cylindrical-coordinate representation of color #C948FE: hue angle of 282.53º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C948FE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 72 | 254 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.00 |
| HSL | 282.53º | 0.99% | 0.64% | - |
| HSV(B) | 282.53º | 0.72% | 1% | - |
| XYZ | 44.29 | 24.21 | 96.1 | - |
| YUV | 131.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 254 | 0.21 | 0.72 | 0 | 0.00 | 282.53 | 0.99 | 0.64 |
| Hex | C9 | 48 | FE | 15 | 48 | 0 | 0 | 11B | 63 | 40 |
| Octal | 311 | 110 | 376 | 25 | 110 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001001 | 1001000 | 11111110 | 10101 | 1001000 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #C948FE
Complementary color
Monochromatic Colors of #C948FE
Black with #C948FE
Text Example
Text Example
White with #C948FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948FE; }
p { color: rgb(201,72,254); }
H1.HeaderClassName
{
color: #C948FE;
}
.AnyTagClassName
{
color: #C948FE;
}
</style>
background-color css
<style>
a { background-color: #C948FE; }
a { background-color: rgb(201,72,254); }
div.DivClassName
{
background-color: #C948FE;
}
.BgClassName
{
background-color: #C948FE;
}
</style>
border-color css
<style>
span { border-color: #C948FE; }
span { border-color: rgb(201,72,254); }
td.TdClassName
{
border-color: #C948FE;
}
.TagClassName
{
border-color: #C948FE;
}
</style>