Shades of Medium Orchid #C930DD
Tints of Medium Orchid #C930DD
RGB
CMYK
RGB Variations
Color information
#C930DD (or 0xC930DD) is known color: Medium Orchid. HEX triplet: C9, 30 and DD. RGB value is (201,48,221). Sum of RGB (Red+Green+Blue) = 201+48+221=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #C930DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930DD is #36CF22. Grayscale: #707070. Windows color (decimal): -3591971 or 14495945. OLE color: 14495945.
HSL color Cylindrical-coordinate representation of color #C930DD: hue angle of 293.06º degrees, saturation: 0.72, 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 #C930DD is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 48 | 221 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.13 |
| HSL | 293.06º | 0.72% | 0.53% | - |
| HSV(B) | 293.06º | 0.78% | 0.87% | - |
| XYZ | 38.2 | 19.75 | 70.21 | - |
| YUV | 113.47 | 188.69 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 221 | 0.09 | 0.78 | 0 | 0.13 | 293.06 | 0.72 | 0.53 |
| Hex | C9 | 30 | DD | 9 | 4E | 0 | D | 125 | 48 | 35 |
| Octal | 311 | 60 | 335 | 11 | 116 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001001 | 110000 | 11011101 | 1001 | 1001110 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #C930DD
Complementary color
Monochromatic Colors of #C930DD
Black with #C930DD
Text Example
Text Example
White with #C930DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930DD; }
p { color: rgb(201,48,221); }
H1.HeaderClassName
{
color: #C930DD;
}
.AnyTagClassName
{
color: #C930DD;
}
</style>
background-color css
<style>
a { background-color: #C930DD; }
a { background-color: rgb(201,48,221); }
div.DivClassName
{
background-color: #C930DD;
}
.BgClassName
{
background-color: #C930DD;
}
</style>
border-color css
<style>
span { border-color: #C930DD; }
span { border-color: rgb(201,48,221); }
td.TdClassName
{
border-color: #C930DD;
}
.TagClassName
{
border-color: #C930DD;
}
</style>