Shades of Medium Orchid #C930DE
Tints of Medium Orchid #C930DE
RGB
CMYK
RGB Variations
Color information
#C930DE (or 0xC930DE) is known color: Medium Orchid. HEX triplet: C9, 30 and DE. RGB value is (201,48,222). Sum of RGB (Red+Green+Blue) = 201+48+222=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #C930DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930DE is #36CF21. Grayscale: #717171. Windows color (decimal): -3591970 or 14561481. OLE color: 14561481.
HSL color Cylindrical-coordinate representation of color #C930DE: hue angle of 292.76º 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 #C930DE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 48 | 222 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.13 |
| HSL | 292.76º | 0.73% | 0.53% | - |
| HSV(B) | 292.76º | 0.78% | 0.87% | - |
| XYZ | 38.33 | 19.81 | 70.91 | - |
| YUV | 113.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 222 | 0.09 | 0.78 | 0 | 0.13 | 292.76 | 0.73 | 0.53 |
| Hex | C9 | 30 | DE | 9 | 4E | 0 | D | 125 | 48 | 35 |
| Octal | 311 | 60 | 336 | 11 | 116 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001001 | 110000 | 11011110 | 1001 | 1001110 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #C930DE
Complementary color
Monochromatic Colors of #C930DE
Black with #C930DE
Text Example
Text Example
White with #C930DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930DE; }
p { color: rgb(201,48,222); }
H1.HeaderClassName
{
color: #C930DE;
}
.AnyTagClassName
{
color: #C930DE;
}
</style>
background-color css
<style>
a { background-color: #C930DE; }
a { background-color: rgb(201,48,222); }
div.DivClassName
{
background-color: #C930DE;
}
.BgClassName
{
background-color: #C930DE;
}
</style>
border-color css
<style>
span { border-color: #C930DE; }
span { border-color: rgb(201,48,222); }
td.TdClassName
{
border-color: #C930DE;
}
.TagClassName
{
border-color: #C930DE;
}
</style>