Shades of Medium Orchid #C953D2
Tints of Medium Orchid #C953D2
RGB
CMYK
RGB Variations
Color information
#C953D2 (or 0xC953D2) is known color: Medium Orchid. HEX triplet: C9, 53 and D2. RGB value is (201,83,210). Sum of RGB (Red+Green+Blue) = 201+83+210=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #C953D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953D2 is #36AC2D. Grayscale: #848484. Windows color (decimal): -3583022 or 13784009. OLE color: 13784009.
HSL color Cylindrical-coordinate representation of color #C953D2: hue angle of 295.75º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C953D2 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 83 | 210 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.18 |
| HSL | 295.75º | 0.59% | 0.57% | - |
| HSV(B) | 295.75º | 0.6% | 0.82% | - |
| XYZ | 38.81 | 23.26 | 63.42 | - |
| YUV | 132.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 210 | 0.04 | 0.60 | 0 | 0.18 | 295.75 | 0.59 | 0.57 |
| Hex | C9 | 53 | D2 | 4 | 3C | 0 | 12 | 128 | 3B | 39 |
| Octal | 311 | 123 | 322 | 4 | 74 | 0 | 22 | 450 | 73 | 71 |
| Binary | 11001001 | 1010011 | 11010010 | 100 | 111100 | 0 | 10010 | 100101000 | 111011 | 111001 |
Color Harmonies of #C953D2
Complementary color
Monochromatic Colors of #C953D2
Black with #C953D2
Text Example
Text Example
White with #C953D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953D2; }
p { color: rgb(201,83,210); }
H1.HeaderClassName
{
color: #C953D2;
}
.AnyTagClassName
{
color: #C953D2;
}
</style>
background-color css
<style>
a { background-color: #C953D2; }
a { background-color: rgb(201,83,210); }
div.DivClassName
{
background-color: #C953D2;
}
.BgClassName
{
background-color: #C953D2;
}
</style>
border-color css
<style>
span { border-color: #C953D2; }
span { border-color: rgb(201,83,210); }
td.TdClassName
{
border-color: #C953D2;
}
.TagClassName
{
border-color: #C953D2;
}
</style>