Shades of Medium Orchid #C930ED
Tints of Medium Orchid #C930ED
RGB
CMYK
RGB Variations
Color information
#C930ED (or 0xC930ED) is known color: Medium Orchid. HEX triplet: C9, 30 and ED. RGB value is (201,48,237). Sum of RGB (Red+Green+Blue) = 201+48+237=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #C930ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930ED is #36CF12. Grayscale: #727272. Windows color (decimal): -3591955 or 15544521. OLE color: 15544521.
HSL color Cylindrical-coordinate representation of color #C930ED: hue angle of 288.57º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C930ED is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 48 | 237 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.07 |
| HSL | 288.57º | 0.84% | 0.56% | - |
| HSV(B) | 288.57º | 0.8% | 0.93% | - |
| XYZ | 40.43 | 20.65 | 81.97 | - |
| YUV | 115.29 | 196.69 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 237 | 0.15 | 0.80 | 0 | 0.07 | 288.57 | 0.84 | 0.56 |
| Hex | C9 | 30 | ED | F | 50 | 0 | 7 | 121 | 54 | 38 |
| Octal | 311 | 60 | 355 | 17 | 120 | 0 | 7 | 441 | 124 | 70 |
| Binary | 11001001 | 110000 | 11101101 | 1111 | 1010000 | 0 | 111 | 100100001 | 1010100 | 111000 |
Color Harmonies of #C930ED
Complementary color
Monochromatic Colors of #C930ED
Black with #C930ED
Text Example
Text Example
White with #C930ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930ED; }
p { color: rgb(201,48,237); }
H1.HeaderClassName
{
color: #C930ED;
}
.AnyTagClassName
{
color: #C930ED;
}
</style>
background-color css
<style>
a { background-color: #C930ED; }
a { background-color: rgb(201,48,237); }
div.DivClassName
{
background-color: #C930ED;
}
.BgClassName
{
background-color: #C930ED;
}
</style>
border-color css
<style>
span { border-color: #C930ED; }
span { border-color: rgb(201,48,237); }
td.TdClassName
{
border-color: #C930ED;
}
.TagClassName
{
border-color: #C930ED;
}
</style>