Shades of Medium Orchid #C935D7
Tints of Medium Orchid #C935D7
RGB
CMYK
RGB Variations
Color information
#C935D7 (or 0xC935D7) is known color: Medium Orchid. HEX triplet: C9, 35 and D7. RGB value is (201,53,215). Sum of RGB (Red+Green+Blue) = 201+53+215=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #C935D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935D7 is #36CA28. Grayscale: #737373. Windows color (decimal): -3590697 or 14104009. OLE color: 14104009.
HSL color Cylindrical-coordinate representation of color #C935D7: hue angle of 294.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C935D7 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 53 | 215 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.16 |
| HSL | 294.81º | 0.67% | 0.53% | - |
| HSV(B) | 294.81º | 0.75% | 0.84% | - |
| XYZ | 37.63 | 19.87 | 66.14 | - |
| YUV | 115.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 215 | 0.07 | 0.75 | 0 | 0.16 | 294.81 | 0.67 | 0.53 |
| Hex | C9 | 35 | D7 | 7 | 4B | 0 | 10 | 127 | 43 | 35 |
| Octal | 311 | 65 | 327 | 7 | 113 | 0 | 20 | 447 | 103 | 65 |
| Binary | 11001001 | 110101 | 11010111 | 111 | 1001011 | 0 | 10000 | 100100111 | 1000011 | 110101 |
Color Harmonies of #C935D7
Complementary color
Monochromatic Colors of #C935D7
Black with #C935D7
Text Example
Text Example
White with #C935D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935D7; }
p { color: rgb(201,53,215); }
H1.HeaderClassName
{
color: #C935D7;
}
.AnyTagClassName
{
color: #C935D7;
}
</style>
background-color css
<style>
a { background-color: #C935D7; }
a { background-color: rgb(201,53,215); }
div.DivClassName
{
background-color: #C935D7;
}
.BgClassName
{
background-color: #C935D7;
}
</style>
border-color css
<style>
span { border-color: #C935D7; }
span { border-color: rgb(201,53,215); }
td.TdClassName
{
border-color: #C935D7;
}
.TagClassName
{
border-color: #C935D7;
}
</style>