Shades of Medium Orchid #C953D7
Tints of Medium Orchid #C953D7
RGB
CMYK
RGB Variations
Color information
#C953D7 (or 0xC953D7) is known color: Medium Orchid. HEX triplet: C9, 53 and D7. RGB value is (201,83,215). Sum of RGB (Red+Green+Blue) = 201+83+215=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #C953D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953D7 is #36AC28. Grayscale: #848484. Windows color (decimal): -3583017 or 14111689. OLE color: 14111689.
HSL color Cylindrical-coordinate representation of color #C953D7: hue angle of 293.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C953D7 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 83 | 215 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.16 |
| HSL | 293.64º | 0.62% | 0.58% | - |
| HSV(B) | 293.64º | 0.61% | 0.84% | - |
| XYZ | 39.45 | 23.51 | 66.75 | - |
| YUV | 133.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 215 | 0.07 | 0.61 | 0 | 0.16 | 293.64 | 0.62 | 0.58 |
| Hex | C9 | 53 | D7 | 7 | 3D | 0 | 10 | 126 | 3E | 3A |
| Octal | 311 | 123 | 327 | 7 | 75 | 0 | 20 | 446 | 76 | 72 |
| Binary | 11001001 | 1010011 | 11010111 | 111 | 111101 | 0 | 10000 | 100100110 | 111110 | 111010 |
Color Harmonies of #C953D7
Complementary color
Monochromatic Colors of #C953D7
Black with #C953D7
Text Example
Text Example
White with #C953D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953D7; }
p { color: rgb(201,83,215); }
H1.HeaderClassName
{
color: #C953D7;
}
.AnyTagClassName
{
color: #C953D7;
}
</style>
background-color css
<style>
a { background-color: #C953D7; }
a { background-color: rgb(201,83,215); }
div.DivClassName
{
background-color: #C953D7;
}
.BgClassName
{
background-color: #C953D7;
}
</style>
border-color css
<style>
span { border-color: #C953D7; }
span { border-color: rgb(201,83,215); }
td.TdClassName
{
border-color: #C953D7;
}
.TagClassName
{
border-color: #C953D7;
}
</style>