Shades of Medium Orchid #C956DA
Tints of Medium Orchid #C956DA
RGB
CMYK
RGB Variations
Color information
#C956DA (or 0xC956DA) is known color: Medium Orchid. HEX triplet: C9, 56 and DA. RGB value is (201,86,218). Sum of RGB (Red+Green+Blue) = 201+86+218=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C956DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956DA is #36A925. Grayscale: #878787. Windows color (decimal): -3582246 or 14309065. OLE color: 14309065.
HSL color Cylindrical-coordinate representation of color #C956DA: hue angle of 292.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C956DA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 86 | 218 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.15 |
| HSL | 292.27º | 0.64% | 0.6% | - |
| HSV(B) | 292.27º | 0.61% | 0.85% | - |
| XYZ | 40.07 | 24.14 | 68.88 | - |
| YUV | 135.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 218 | 0.08 | 0.61 | 0 | 0.15 | 292.27 | 0.64 | 0.6 |
| Hex | C9 | 56 | DA | 8 | 3D | 0 | F | 124 | 40 | 3C |
| Octal | 311 | 126 | 332 | 10 | 75 | 0 | 17 | 444 | 100 | 74 |
| Binary | 11001001 | 1010110 | 11011010 | 1000 | 111101 | 0 | 1111 | 100100100 | 1000000 | 111100 |
Color Harmonies of #C956DA
Complementary color
Monochromatic Colors of #C956DA
Black with #C956DA
Text Example
Text Example
White with #C956DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956DA; }
p { color: rgb(201,86,218); }
H1.HeaderClassName
{
color: #C956DA;
}
.AnyTagClassName
{
color: #C956DA;
}
</style>
background-color css
<style>
a { background-color: #C956DA; }
a { background-color: rgb(201,86,218); }
div.DivClassName
{
background-color: #C956DA;
}
.BgClassName
{
background-color: #C956DA;
}
</style>
border-color css
<style>
span { border-color: #C956DA; }
span { border-color: rgb(201,86,218); }
td.TdClassName
{
border-color: #C956DA;
}
.TagClassName
{
border-color: #C956DA;
}
</style>