Shades of Medium Orchid #C930D8
Tints of Medium Orchid #C930D8
RGB
CMYK
RGB Variations
Color information
#C930D8 (or 0xC930D8) is known color: Medium Orchid. HEX triplet: C9, 30 and D8. RGB value is (201,48,216). Sum of RGB (Red+Green+Blue) = 201+48+216=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #C930D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930D8 is #36CF27. Grayscale: #707070. Windows color (decimal): -3591976 or 14168265. OLE color: 14168265.
HSL color Cylindrical-coordinate representation of color #C930D8: hue angle of 294.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C930D8 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 48 | 216 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.15 |
| HSL | 294.64º | 0.68% | 0.52% | - |
| HSV(B) | 294.64º | 0.78% | 0.85% | - |
| XYZ | 37.54 | 19.49 | 66.75 | - |
| YUV | 112.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 216 | 0.07 | 0.78 | 0 | 0.15 | 294.64 | 0.68 | 0.52 |
| Hex | C9 | 30 | D8 | 7 | 4E | 0 | F | 127 | 44 | 34 |
| Octal | 311 | 60 | 330 | 7 | 116 | 0 | 17 | 447 | 104 | 64 |
| Binary | 11001001 | 110000 | 11011000 | 111 | 1001110 | 0 | 1111 | 100100111 | 1000100 | 110100 |
Color Harmonies of #C930D8
Complementary color
Monochromatic Colors of #C930D8
Black with #C930D8
Text Example
Text Example
White with #C930D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930D8; }
p { color: rgb(201,48,216); }
H1.HeaderClassName
{
color: #C930D8;
}
.AnyTagClassName
{
color: #C930D8;
}
</style>
background-color css
<style>
a { background-color: #C930D8; }
a { background-color: rgb(201,48,216); }
div.DivClassName
{
background-color: #C930D8;
}
.BgClassName
{
background-color: #C930D8;
}
</style>
border-color css
<style>
span { border-color: #C930D8; }
span { border-color: rgb(201,48,216); }
td.TdClassName
{
border-color: #C930D8;
}
.TagClassName
{
border-color: #C930D8;
}
</style>