Shades of Medium Orchid #C95BD3
Tints of Medium Orchid #C95BD3
RGB
CMYK
RGB Variations
Color information
#C95BD3 (or 0xC95BD3) is known color: Medium Orchid. HEX triplet: C9, 5B and D3. RGB value is (201,91,211). Sum of RGB (Red+Green+Blue) = 201+91+211=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C95BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BD3 is #36A42C. Grayscale: #898989. Windows color (decimal): -3580973 or 13851593. OLE color: 13851593.
HSL color Cylindrical-coordinate representation of color #C95BD3: hue angle of 295º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95BD3 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 91 | 211 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.17 |
| HSL | 295º | 0.58% | 0.59% | - |
| HSV(B) | 295º | 0.57% | 0.83% | - |
| XYZ | 39.59 | 24.6 | 64.29 | - |
| YUV | 137.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 211 | 0.05 | 0.57 | 0 | 0.17 | 295 | 0.58 | 0.59 |
| Hex | C9 | 5B | D3 | 5 | 39 | 0 | 11 | 127 | 3A | 3B |
| Octal | 311 | 133 | 323 | 5 | 71 | 0 | 21 | 447 | 72 | 73 |
| Binary | 11001001 | 1011011 | 11010011 | 101 | 111001 | 0 | 10001 | 100100111 | 111010 | 111011 |
Color Harmonies of #C95BD3
Complementary color
Monochromatic Colors of #C95BD3
Black with #C95BD3
Text Example
Text Example
White with #C95BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BD3; }
p { color: rgb(201,91,211); }
H1.HeaderClassName
{
color: #C95BD3;
}
.AnyTagClassName
{
color: #C95BD3;
}
</style>
background-color css
<style>
a { background-color: #C95BD3; }
a { background-color: rgb(201,91,211); }
div.DivClassName
{
background-color: #C95BD3;
}
.BgClassName
{
background-color: #C95BD3;
}
</style>
border-color css
<style>
span { border-color: #C95BD3; }
span { border-color: rgb(201,91,211); }
td.TdClassName
{
border-color: #C95BD3;
}
.TagClassName
{
border-color: #C95BD3;
}
</style>