Shades of Medium Orchid #C935E0
Tints of Medium Orchid #C935E0
RGB
CMYK
RGB Variations
Color information
#C935E0 (or 0xC935E0) is known color: Medium Orchid. HEX triplet: C9, 35 and E0. RGB value is (201,53,224). Sum of RGB (Red+Green+Blue) = 201+53+224=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #C935E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935E0 is #36CA1F. Grayscale: #747474. Windows color (decimal): -3590688 or 14693833. OLE color: 14693833.
HSL color Cylindrical-coordinate representation of color #C935E0: hue angle of 291.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C935E0 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 53 | 224 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.12 |
| HSL | 291.93º | 0.73% | 0.54% | - |
| HSV(B) | 291.93º | 0.76% | 0.88% | - |
| XYZ | 38.82 | 20.35 | 72.4 | - |
| YUV | 116.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 224 | 0.10 | 0.76 | 0 | 0.12 | 291.93 | 0.73 | 0.54 |
| Hex | C9 | 35 | E0 | A | 4C | 0 | C | 124 | 49 | 36 |
| Octal | 311 | 65 | 340 | 12 | 114 | 0 | 14 | 444 | 111 | 66 |
| Binary | 11001001 | 110101 | 11100000 | 1010 | 1001100 | 0 | 1100 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C935E0
Complementary color
Monochromatic Colors of #C935E0
Black with #C935E0
Text Example
Text Example
White with #C935E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935E0; }
p { color: rgb(201,53,224); }
H1.HeaderClassName
{
color: #C935E0;
}
.AnyTagClassName
{
color: #C935E0;
}
</style>
background-color css
<style>
a { background-color: #C935E0; }
a { background-color: rgb(201,53,224); }
div.DivClassName
{
background-color: #C935E0;
}
.BgClassName
{
background-color: #C935E0;
}
</style>
border-color css
<style>
span { border-color: #C935E0; }
span { border-color: rgb(201,53,224); }
td.TdClassName
{
border-color: #C935E0;
}
.TagClassName
{
border-color: #C935E0;
}
</style>