Shades of Medium Orchid #C95CDC
Tints of Medium Orchid #C95CDC
RGB
CMYK
RGB Variations
Color information
#C95CDC (or 0xC95CDC) is known color: Medium Orchid. HEX triplet: C9, 5C and DC. RGB value is (201,92,220). Sum of RGB (Red+Green+Blue) = 201+92+220=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C95CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CDC is #36A323. Grayscale: #8A8A8A. Windows color (decimal): -3580708 or 14441673. OLE color: 14441673.
HSL color Cylindrical-coordinate representation of color #C95CDC: hue angle of 291.09º degrees, saturation: 0.65, 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 #C95CDC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 92 | 220 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.14 |
| HSL | 291.09º | 0.65% | 0.61% | - |
| HSV(B) | 291.09º | 0.58% | 0.86% | - |
| XYZ | 40.83 | 25.24 | 70.43 | - |
| YUV | 139.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 220 | 0.09 | 0.58 | 0 | 0.14 | 291.09 | 0.65 | 0.61 |
| Hex | C9 | 5C | DC | 9 | 3A | 0 | E | 123 | 41 | 3D |
| Octal | 311 | 134 | 334 | 11 | 72 | 0 | 16 | 443 | 101 | 75 |
| Binary | 11001001 | 1011100 | 11011100 | 1001 | 111010 | 0 | 1110 | 100100011 | 1000001 | 111101 |
Color Harmonies of #C95CDC
Complementary color
Monochromatic Colors of #C95CDC
Black with #C95CDC
Text Example
Text Example
White with #C95CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CDC; }
p { color: rgb(201,92,220); }
H1.HeaderClassName
{
color: #C95CDC;
}
.AnyTagClassName
{
color: #C95CDC;
}
</style>
background-color css
<style>
a { background-color: #C95CDC; }
a { background-color: rgb(201,92,220); }
div.DivClassName
{
background-color: #C95CDC;
}
.BgClassName
{
background-color: #C95CDC;
}
</style>
border-color css
<style>
span { border-color: #C95CDC; }
span { border-color: rgb(201,92,220); }
td.TdClassName
{
border-color: #C95CDC;
}
.TagClassName
{
border-color: #C95CDC;
}
</style>