Shades of Medium Orchid #C95BDA
Tints of Medium Orchid #C95BDA
RGB
CMYK
RGB Variations
Color information
#C95BDA (or 0xC95BDA) is known color: Medium Orchid. HEX triplet: C9, 5B and DA. RGB value is (201,91,218). Sum of RGB (Red+Green+Blue) = 201+91+218=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C95BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BDA is #36A425. Grayscale: #898989. Windows color (decimal): -3580966 or 14310345. OLE color: 14310345.
HSL color Cylindrical-coordinate representation of color #C95BDA: hue angle of 291.97º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95BDA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 91 | 218 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.15 |
| HSL | 291.97º | 0.63% | 0.61% | - |
| HSV(B) | 291.97º | 0.58% | 0.85% | - |
| XYZ | 40.48 | 24.96 | 69.01 | - |
| YUV | 138.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 218 | 0.08 | 0.58 | 0 | 0.15 | 291.97 | 0.63 | 0.61 |
| Hex | C9 | 5B | DA | 8 | 3A | 0 | F | 124 | 3F | 3D |
| Octal | 311 | 133 | 332 | 10 | 72 | 0 | 17 | 444 | 77 | 75 |
| Binary | 11001001 | 1011011 | 11011010 | 1000 | 111010 | 0 | 1111 | 100100100 | 111111 | 111101 |
Color Harmonies of #C95BDA
Complementary color
Monochromatic Colors of #C95BDA
Black with #C95BDA
Text Example
Text Example
White with #C95BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BDA; }
p { color: rgb(201,91,218); }
H1.HeaderClassName
{
color: #C95BDA;
}
.AnyTagClassName
{
color: #C95BDA;
}
</style>
background-color css
<style>
a { background-color: #C95BDA; }
a { background-color: rgb(201,91,218); }
div.DivClassName
{
background-color: #C95BDA;
}
.BgClassName
{
background-color: #C95BDA;
}
</style>
border-color css
<style>
span { border-color: #C95BDA; }
span { border-color: rgb(201,91,218); }
td.TdClassName
{
border-color: #C95BDA;
}
.TagClassName
{
border-color: #C95BDA;
}
</style>