Shades of Medium Orchid #C955DC
Tints of Medium Orchid #C955DC
RGB
CMYK
RGB Variations
Color information
#C955DC (or 0xC955DC) is known color: Medium Orchid. HEX triplet: C9, 55 and DC. RGB value is (201,85,220). Sum of RGB (Red+Green+Blue) = 201+85+220=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #C955DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955DC is #36AA23. Grayscale: #868686. Windows color (decimal): -3582500 or 14439881. OLE color: 14439881.
HSL color Cylindrical-coordinate representation of color #C955DC: hue angle of 291.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C955DC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 85 | 220 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.14 |
| HSL | 291.56º | 0.66% | 0.6% | - |
| HSV(B) | 291.56º | 0.61% | 0.86% | - |
| XYZ | 40.25 | 24.08 | 70.24 | - |
| YUV | 135.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 220 | 0.09 | 0.61 | 0 | 0.14 | 291.56 | 0.66 | 0.6 |
| Hex | C9 | 55 | DC | 9 | 3D | 0 | E | 124 | 42 | 3C |
| Octal | 311 | 125 | 334 | 11 | 75 | 0 | 16 | 444 | 102 | 74 |
| Binary | 11001001 | 1010101 | 11011100 | 1001 | 111101 | 0 | 1110 | 100100100 | 1000010 | 111100 |
Color Harmonies of #C955DC
Complementary color
Monochromatic Colors of #C955DC
Black with #C955DC
Text Example
Text Example
White with #C955DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955DC; }
p { color: rgb(201,85,220); }
H1.HeaderClassName
{
color: #C955DC;
}
.AnyTagClassName
{
color: #C955DC;
}
</style>
background-color css
<style>
a { background-color: #C955DC; }
a { background-color: rgb(201,85,220); }
div.DivClassName
{
background-color: #C955DC;
}
.BgClassName
{
background-color: #C955DC;
}
</style>
border-color css
<style>
span { border-color: #C955DC; }
span { border-color: rgb(201,85,220); }
td.TdClassName
{
border-color: #C955DC;
}
.TagClassName
{
border-color: #C955DC;
}
</style>