Shades of Medium Orchid #C935D5
Tints of Medium Orchid #C935D5
RGB
CMYK
RGB Variations
Color information
#C935D5 (or 0xC935D5) is known color: Medium Orchid. HEX triplet: C9, 35 and D5. RGB value is (201,53,213). Sum of RGB (Red+Green+Blue) = 201+53+213=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #C935D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935D5 is #36CA2A. Grayscale: #737373. Windows color (decimal): -3590699 or 13972937. OLE color: 13972937.
HSL color Cylindrical-coordinate representation of color #C935D5: hue angle of 295.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C935D5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 53 | 213 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.16 |
| HSL | 295.5º | 0.66% | 0.52% | - |
| HSV(B) | 295.5º | 0.75% | 0.84% | - |
| XYZ | 37.37 | 19.77 | 64.8 | - |
| YUV | 115.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 213 | 0.06 | 0.75 | 0 | 0.16 | 295.5 | 0.66 | 0.52 |
| Hex | C9 | 35 | D5 | 6 | 4B | 0 | 10 | 128 | 42 | 34 |
| Octal | 311 | 65 | 325 | 6 | 113 | 0 | 20 | 450 | 102 | 64 |
| Binary | 11001001 | 110101 | 11010101 | 110 | 1001011 | 0 | 10000 | 100101000 | 1000010 | 110100 |
Color Harmonies of #C935D5
Complementary color
Monochromatic Colors of #C935D5
Black with #C935D5
Text Example
Text Example
White with #C935D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935D5; }
p { color: rgb(201,53,213); }
H1.HeaderClassName
{
color: #C935D5;
}
.AnyTagClassName
{
color: #C935D5;
}
</style>
background-color css
<style>
a { background-color: #C935D5; }
a { background-color: rgb(201,53,213); }
div.DivClassName
{
background-color: #C935D5;
}
.BgClassName
{
background-color: #C935D5;
}
</style>
border-color css
<style>
span { border-color: #C935D5; }
span { border-color: rgb(201,53,213); }
td.TdClassName
{
border-color: #C935D5;
}
.TagClassName
{
border-color: #C935D5;
}
</style>