Shades of Medium Orchid #C95DD3
Tints of Medium Orchid #C95DD3
RGB
CMYK
RGB Variations
Color information
#C95DD3 (or 0xC95DD3) is known color: Medium Orchid. HEX triplet: C9, 5D and D3. RGB value is (201,93,211). Sum of RGB (Red+Green+Blue) = 201+93+211=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #C95DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DD3 is #36A22C. Grayscale: #8A8A8A. Windows color (decimal): -3580461 or 13852105. OLE color: 13852105.
HSL color Cylindrical-coordinate representation of color #C95DD3: hue angle of 294.92º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95DD3 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 93 | 211 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.17 |
| HSL | 294.92º | 0.57% | 0.6% | - |
| HSV(B) | 294.92º | 0.56% | 0.83% | - |
| XYZ | 39.76 | 24.95 | 64.35 | - |
| YUV | 138.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 211 | 0.05 | 0.56 | 0 | 0.17 | 294.92 | 0.57 | 0.6 |
| Hex | C9 | 5D | D3 | 5 | 38 | 0 | 11 | 127 | 39 | 3C |
| Octal | 311 | 135 | 323 | 5 | 70 | 0 | 21 | 447 | 71 | 74 |
| Binary | 11001001 | 1011101 | 11010011 | 101 | 111000 | 0 | 10001 | 100100111 | 111001 | 111100 |
Color Harmonies of #C95DD3
Complementary color
Monochromatic Colors of #C95DD3
Black with #C95DD3
Text Example
Text Example
White with #C95DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DD3; }
p { color: rgb(201,93,211); }
H1.HeaderClassName
{
color: #C95DD3;
}
.AnyTagClassName
{
color: #C95DD3;
}
</style>
background-color css
<style>
a { background-color: #C95DD3; }
a { background-color: rgb(201,93,211); }
div.DivClassName
{
background-color: #C95DD3;
}
.BgClassName
{
background-color: #C95DD3;
}
</style>
border-color css
<style>
span { border-color: #C95DD3; }
span { border-color: rgb(201,93,211); }
td.TdClassName
{
border-color: #C95DD3;
}
.TagClassName
{
border-color: #C95DD3;
}
</style>