Shades of Medium Orchid #C95DD6
Tints of Medium Orchid #C95DD6
RGB
CMYK
RGB Variations
Color information
#C95DD6 (or 0xC95DD6) is known color: Medium Orchid. HEX triplet: C9, 5D and D6. RGB value is (201,93,214). Sum of RGB (Red+Green+Blue) = 201+93+214=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #C95DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DD6 is #36A229. Grayscale: #8A8A8A. Windows color (decimal): -3580458 or 14048713. OLE color: 14048713.
HSL color Cylindrical-coordinate representation of color #C95DD6: hue angle of 293.55º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95DD6 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 93 | 214 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.16 |
| HSL | 293.55º | 0.6% | 0.6% | - |
| HSV(B) | 293.55º | 0.57% | 0.84% | - |
| XYZ | 40.14 | 25.1 | 66.35 | - |
| YUV | 139.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 214 | 0.06 | 0.57 | 0 | 0.16 | 293.55 | 0.6 | 0.6 |
| Hex | C9 | 5D | D6 | 6 | 39 | 0 | 10 | 126 | 3C | 3C |
| Octal | 311 | 135 | 326 | 6 | 71 | 0 | 20 | 446 | 74 | 74 |
| Binary | 11001001 | 1011101 | 11010110 | 110 | 111001 | 0 | 10000 | 100100110 | 111100 | 111100 |
Color Harmonies of #C95DD6
Complementary color
Monochromatic Colors of #C95DD6
Black with #C95DD6
Text Example
Text Example
White with #C95DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DD6; }
p { color: rgb(201,93,214); }
H1.HeaderClassName
{
color: #C95DD6;
}
.AnyTagClassName
{
color: #C95DD6;
}
</style>
background-color css
<style>
a { background-color: #C95DD6; }
a { background-color: rgb(201,93,214); }
div.DivClassName
{
background-color: #C95DD6;
}
.BgClassName
{
background-color: #C95DD6;
}
</style>
border-color css
<style>
span { border-color: #C95DD6; }
span { border-color: rgb(201,93,214); }
td.TdClassName
{
border-color: #C95DD6;
}
.TagClassName
{
border-color: #C95DD6;
}
</style>