Shades of Medium Orchid #C95EDB
Tints of Medium Orchid #C95EDB
RGB
CMYK
RGB Variations
Color information
#C95EDB (or 0xC95EDB) is known color: Medium Orchid. HEX triplet: C9, 5E and DB. RGB value is (201,94,219). Sum of RGB (Red+Green+Blue) = 201+94+219=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C95EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EDB is #36A124. Grayscale: #8B8B8B. Windows color (decimal): -3580197 or 14376649. OLE color: 14376649.
HSL color Cylindrical-coordinate representation of color #C95EDB: hue angle of 291.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95EDB is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 94 | 219 | - |
CMYK | 0.08 | 0.57 | 0 | 0.14 |
HSL | 291.36º | 0.63% | 0.61% | - |
HSV(B) | 291.36º | 0.57% | 0.86% | - |
XYZ | 40.88 | 25.54 | 69.79 | - |
YUV | 140.24 | 172.45 | 171.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 94 | 219 | 0.08 | 0.57 | 0 | 0.14 | 291.36 | 0.63 | 0.61 |
Hex | C9 | 5E | DB | 8 | 39 | 0 | E | 123 | 3F | 3D |
Octal | 311 | 136 | 333 | 10 | 71 | 0 | 16 | 443 | 77 | 75 |
Binary | 11001001 | 1011110 | 11011011 | 1000 | 111001 | 0 | 1110 | 100100011 | 111111 | 111101 |
Color Harmonies of #C95EDB
Complementary color
Monochromatic Colors of #C95EDB
Black with #C95EDB
Text Example
Text Example
White with #C95EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EDB; }
p { color: rgb(201,94,219); }
H1.HeaderClassName
{
color: #C95EDB;
}
.AnyTagClassName
{
color: #C95EDB;
}
</style>
background-color css
<style>
a { background-color: #C95EDB; }
a { background-color: rgb(201,94,219); }
div.DivClassName
{
background-color: #C95EDB;
}
.BgClassName
{
background-color: #C95EDB;
}
</style>
border-color css
<style>
span { border-color: #C95EDB; }
span { border-color: rgb(201,94,219); }
td.TdClassName
{
border-color: #C95EDB;
}
.TagClassName
{
border-color: #C95EDB;
}
</style>