Shades of Medium Orchid #C95BDD
Tints of Medium Orchid #C95BDD
RGB
CMYK
RGB Variations
Color information
#C95BDD (or 0xC95BDD) is known color: Medium Orchid. HEX triplet: C9, 5B and DD. RGB value is (201,91,221). Sum of RGB (Red+Green+Blue) = 201+91+221=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C95BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BDD is #36A422. Grayscale: #8A8A8A. Windows color (decimal): -3580963 or 14506953. OLE color: 14506953.
HSL color Cylindrical-coordinate representation of color #C95BDD: hue angle of 290.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95BDD is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 91 | 221 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.13 |
| HSL | 290.77º | 0.66% | 0.61% | - |
| HSV(B) | 290.77º | 0.59% | 0.87% | - |
| XYZ | 40.88 | 25.12 | 71.1 | - |
| YUV | 138.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 221 | 0.09 | 0.59 | 0 | 0.13 | 290.77 | 0.66 | 0.61 |
| Hex | C9 | 5B | DD | 9 | 3B | 0 | D | 123 | 42 | 3D |
| Octal | 311 | 133 | 335 | 11 | 73 | 0 | 15 | 443 | 102 | 75 |
| Binary | 11001001 | 1011011 | 11011101 | 1001 | 111011 | 0 | 1101 | 100100011 | 1000010 | 111101 |
Color Harmonies of #C95BDD
Complementary color
Monochromatic Colors of #C95BDD
Black with #C95BDD
Text Example
Text Example
White with #C95BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BDD; }
p { color: rgb(201,91,221); }
H1.HeaderClassName
{
color: #C95BDD;
}
.AnyTagClassName
{
color: #C95BDD;
}
</style>
background-color css
<style>
a { background-color: #C95BDD; }
a { background-color: rgb(201,91,221); }
div.DivClassName
{
background-color: #C95BDD;
}
.BgClassName
{
background-color: #C95BDD;
}
</style>
border-color css
<style>
span { border-color: #C95BDD; }
span { border-color: rgb(201,91,221); }
td.TdClassName
{
border-color: #C95BDD;
}
.TagClassName
{
border-color: #C95BDD;
}
</style>