Shades of Medium Orchid #C930DC
Tints of Medium Orchid #C930DC
RGB
CMYK
RGB Variations
Color information
#C930DC (or 0xC930DC) is known color: Medium Orchid. HEX triplet: C9, 30 and DC. RGB value is (201,48,220). Sum of RGB (Red+Green+Blue) = 201+48+220=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #C930DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930DC is #36CF23. Grayscale: #707070. Windows color (decimal): -3591972 or 14430409. OLE color: 14430409.
HSL color Cylindrical-coordinate representation of color #C930DC: hue angle of 293.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C930DC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 48 | 220 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.14 |
| HSL | 293.37º | 0.71% | 0.53% | - |
| HSV(B) | 293.37º | 0.78% | 0.86% | - |
| XYZ | 38.06 | 19.7 | 69.51 | - |
| YUV | 113.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 220 | 0.09 | 0.78 | 0 | 0.14 | 293.37 | 0.71 | 0.53 |
| Hex | C9 | 30 | DC | 9 | 4E | 0 | E | 125 | 47 | 35 |
| Octal | 311 | 60 | 334 | 11 | 116 | 0 | 16 | 445 | 107 | 65 |
| Binary | 11001001 | 110000 | 11011100 | 1001 | 1001110 | 0 | 1110 | 100100101 | 1000111 | 110101 |
Color Harmonies of #C930DC
Complementary color
Monochromatic Colors of #C930DC
Black with #C930DC
Text Example
Text Example
White with #C930DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930DC; }
p { color: rgb(201,48,220); }
H1.HeaderClassName
{
color: #C930DC;
}
.AnyTagClassName
{
color: #C930DC;
}
</style>
background-color css
<style>
a { background-color: #C930DC; }
a { background-color: rgb(201,48,220); }
div.DivClassName
{
background-color: #C930DC;
}
.BgClassName
{
background-color: #C930DC;
}
</style>
border-color css
<style>
span { border-color: #C930DC; }
span { border-color: rgb(201,48,220); }
td.TdClassName
{
border-color: #C930DC;
}
.TagClassName
{
border-color: #C930DC;
}
</style>