Shades of Medium Orchid #C95DDC
Tints of Medium Orchid #C95DDC
RGB
CMYK
RGB Variations
Color information
#C95DDC (or 0xC95DDC) is known color: Medium Orchid. HEX triplet: C9, 5D and DC. RGB value is (201,93,220). Sum of RGB (Red+Green+Blue) = 201+93+220=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C95DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DDC is #36A223. Grayscale: #8B8B8B. Windows color (decimal): -3580452 or 14441929. OLE color: 14441929.
HSL color Cylindrical-coordinate representation of color #C95DDC: hue angle of 291.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95DDC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 93 | 220 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.14 |
| HSL | 291.02º | 0.64% | 0.61% | - |
| HSV(B) | 291.02º | 0.58% | 0.86% | - |
| XYZ | 40.92 | 25.41 | 70.46 | - |
| YUV | 139.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 220 | 0.09 | 0.58 | 0 | 0.14 | 291.02 | 0.64 | 0.61 |
| Hex | C9 | 5D | DC | 9 | 3A | 0 | E | 123 | 40 | 3D |
| Octal | 311 | 135 | 334 | 11 | 72 | 0 | 16 | 443 | 100 | 75 |
| Binary | 11001001 | 1011101 | 11011100 | 1001 | 111010 | 0 | 1110 | 100100011 | 1000000 | 111101 |
Color Harmonies of #C95DDC
Complementary color
Monochromatic Colors of #C95DDC
Black with #C95DDC
Text Example
Text Example
White with #C95DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DDC; }
p { color: rgb(201,93,220); }
H1.HeaderClassName
{
color: #C95DDC;
}
.AnyTagClassName
{
color: #C95DDC;
}
</style>
background-color css
<style>
a { background-color: #C95DDC; }
a { background-color: rgb(201,93,220); }
div.DivClassName
{
background-color: #C95DDC;
}
.BgClassName
{
background-color: #C95DDC;
}
</style>
border-color css
<style>
span { border-color: #C95DDC; }
span { border-color: rgb(201,93,220); }
td.TdClassName
{
border-color: #C95DDC;
}
.TagClassName
{
border-color: #C95DDC;
}
</style>