Shades of Medium Orchid #C930DF
Tints of Medium Orchid #C930DF
RGB
CMYK
RGB Variations
Color information
#C930DF (or 0xC930DF) is known color: Medium Orchid. HEX triplet: C9, 30 and DF. RGB value is (201,48,223). Sum of RGB (Red+Green+Blue) = 201+48+223=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #C930DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930DF is #36CF20. Grayscale: #717171. Windows color (decimal): -3591969 or 14627017. OLE color: 14627017.
HSL color Cylindrical-coordinate representation of color #C930DF: hue angle of 292.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C930DF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 48 | 223 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.13 |
| HSL | 292.46º | 0.73% | 0.53% | - |
| HSV(B) | 292.46º | 0.78% | 0.87% | - |
| XYZ | 38.46 | 19.86 | 71.62 | - |
| YUV | 113.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 223 | 0.10 | 0.78 | 0 | 0.13 | 292.46 | 0.73 | 0.53 |
| Hex | C9 | 30 | DF | A | 4E | 0 | D | 124 | 49 | 35 |
| Octal | 311 | 60 | 337 | 12 | 116 | 0 | 15 | 444 | 111 | 65 |
| Binary | 11001001 | 110000 | 11011111 | 1010 | 1001110 | 0 | 1101 | 100100100 | 1001001 | 110101 |
Color Harmonies of #C930DF
Complementary color
Monochromatic Colors of #C930DF
Black with #C930DF
Text Example
Text Example
White with #C930DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930DF; }
p { color: rgb(201,48,223); }
H1.HeaderClassName
{
color: #C930DF;
}
.AnyTagClassName
{
color: #C930DF;
}
</style>
background-color css
<style>
a { background-color: #C930DF; }
a { background-color: rgb(201,48,223); }
div.DivClassName
{
background-color: #C930DF;
}
.BgClassName
{
background-color: #C930DF;
}
</style>
border-color css
<style>
span { border-color: #C930DF; }
span { border-color: rgb(201,48,223); }
td.TdClassName
{
border-color: #C930DF;
}
.TagClassName
{
border-color: #C930DF;
}
</style>