Shades of Medium Orchid #C949FD
Tints of Medium Orchid #C949FD
RGB
CMYK
RGB Variations
Color information
#C949FD (or 0xC949FD) is known color: Medium Orchid. HEX triplet: C9, 49 and FD. RGB value is (201,73,253). Sum of RGB (Red+Green+Blue) = 201+73+253=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #C949FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949FD is #36B602. Grayscale: #838383. Windows color (decimal): -3585539 or 16599497. OLE color: 16599497.
HSL color Cylindrical-coordinate representation of color #C949FD: hue angle of 282.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C949FD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 73 | 253 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.01 |
| HSL | 282.67º | 0.98% | 0.64% | - |
| HSV(B) | 282.67º | 0.71% | 0.99% | - |
| XYZ | 44.2 | 24.27 | 95.28 | - |
| YUV | 131.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 253 | 0.21 | 0.71 | 0 | 0.01 | 282.67 | 0.98 | 0.64 |
| Hex | C9 | 49 | FD | 15 | 47 | 0 | 1 | 11B | 62 | 40 |
| Octal | 311 | 111 | 375 | 25 | 107 | 0 | 1 | 433 | 142 | 100 |
| Binary | 11001001 | 1001001 | 11111101 | 10101 | 1000111 | 0 | 1 | 100011011 | 1100010 | 1000000 |
Color Harmonies of #C949FD
Complementary color
Monochromatic Colors of #C949FD
Black with #C949FD
Text Example
Text Example
White with #C949FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949FD; }
p { color: rgb(201,73,253); }
H1.HeaderClassName
{
color: #C949FD;
}
.AnyTagClassName
{
color: #C949FD;
}
</style>
background-color css
<style>
a { background-color: #C949FD; }
a { background-color: rgb(201,73,253); }
div.DivClassName
{
background-color: #C949FD;
}
.BgClassName
{
background-color: #C949FD;
}
</style>
border-color css
<style>
span { border-color: #C949FD; }
span { border-color: rgb(201,73,253); }
td.TdClassName
{
border-color: #C949FD;
}
.TagClassName
{
border-color: #C949FD;
}
</style>