Shades of Medium Orchid #C95DD2
Tints of Medium Orchid #C95DD2
RGB
CMYK
RGB Variations
Color information
#C95DD2 (or 0xC95DD2) is known color: Medium Orchid. HEX triplet: C9, 5D and D2. RGB value is (201,93,210). Sum of RGB (Red+Green+Blue) = 201+93+210=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #C95DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DD2 is #36A22D. Grayscale: #8A8A8A. Windows color (decimal): -3580462 or 13786569. OLE color: 13786569.
HSL color Cylindrical-coordinate representation of color #C95DD2: hue angle of 295.38º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95DD2 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 93 | 210 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.18 |
| HSL | 295.38º | 0.57% | 0.59% | - |
| HSV(B) | 295.38º | 0.56% | 0.82% | - |
| XYZ | 39.63 | 24.9 | 63.69 | - |
| YUV | 138.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 210 | 0.04 | 0.56 | 0 | 0.18 | 295.38 | 0.57 | 0.59 |
| Hex | C9 | 5D | D2 | 4 | 38 | 0 | 12 | 127 | 39 | 3B |
| Octal | 311 | 135 | 322 | 4 | 70 | 0 | 22 | 447 | 71 | 73 |
| Binary | 11001001 | 1011101 | 11010010 | 100 | 111000 | 0 | 10010 | 100100111 | 111001 | 111011 |
Color Harmonies of #C95DD2
Complementary color
Monochromatic Colors of #C95DD2
Black with #C95DD2
Text Example
Text Example
White with #C95DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DD2; }
p { color: rgb(201,93,210); }
H1.HeaderClassName
{
color: #C95DD2;
}
.AnyTagClassName
{
color: #C95DD2;
}
</style>
background-color css
<style>
a { background-color: #C95DD2; }
a { background-color: rgb(201,93,210); }
div.DivClassName
{
background-color: #C95DD2;
}
.BgClassName
{
background-color: #C95DD2;
}
</style>
border-color css
<style>
span { border-color: #C95DD2; }
span { border-color: rgb(201,93,210); }
td.TdClassName
{
border-color: #C95DD2;
}
.TagClassName
{
border-color: #C95DD2;
}
</style>