Shades of Medium Orchid #C953DF
Tints of Medium Orchid #C953DF
RGB
CMYK
RGB Variations
Color information
#C953DF (or 0xC953DF) is known color: Medium Orchid. HEX triplet: C9, 53 and DF. RGB value is (201,83,223). Sum of RGB (Red+Green+Blue) = 201+83+223=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #C953DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953DF is #36AC20. Grayscale: #858585. Windows color (decimal): -3583009 or 14635977. OLE color: 14635977.
HSL color Cylindrical-coordinate representation of color #C953DF: hue angle of 290.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C953DF is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 83 | 223 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.13 |
| HSL | 290.57º | 0.69% | 0.6% | - |
| HSV(B) | 290.57º | 0.63% | 0.87% | - |
| XYZ | 40.5 | 23.93 | 72.3 | - |
| YUV | 134.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 223 | 0.10 | 0.63 | 0 | 0.13 | 290.57 | 0.69 | 0.6 |
| Hex | C9 | 53 | DF | A | 3F | 0 | D | 123 | 45 | 3C |
| Octal | 311 | 123 | 337 | 12 | 77 | 0 | 15 | 443 | 105 | 74 |
| Binary | 11001001 | 1010011 | 11011111 | 1010 | 111111 | 0 | 1101 | 100100011 | 1000101 | 111100 |
Color Harmonies of #C953DF
Complementary color
Monochromatic Colors of #C953DF
Black with #C953DF
Text Example
Text Example
White with #C953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953DF; }
p { color: rgb(201,83,223); }
H1.HeaderClassName
{
color: #C953DF;
}
.AnyTagClassName
{
color: #C953DF;
}
</style>
background-color css
<style>
a { background-color: #C953DF; }
a { background-color: rgb(201,83,223); }
div.DivClassName
{
background-color: #C953DF;
}
.BgClassName
{
background-color: #C953DF;
}
</style>
border-color css
<style>
span { border-color: #C953DF; }
span { border-color: rgb(201,83,223); }
td.TdClassName
{
border-color: #C953DF;
}
.TagClassName
{
border-color: #C953DF;
}
</style>