Shades of Orchid #E96FDD
Tints of Orchid #E96FDD
RGB
CMYK
RGB Variations
Color information
#E96FDD (or 0xE96FDD) is known color: Orchid. HEX triplet: E9, 6F and DD. RGB value is (233,111,221). Sum of RGB (Red+Green+Blue) = 233+111+221=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FDD is #169022. Grayscale: #9F9F9F. Windows color (decimal): -1478691 or 14512105. OLE color: 14512105.
HSL color Cylindrical-coordinate representation of color #E96FDD: hue angle of 305.9º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FDD is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 221 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.09 |
| HSL | 305.9º | 0.73% | 0.67% | - |
| HSV(B) | 305.9º | 0.52% | 0.91% | - |
| XYZ | 52.34 | 33.91 | 72.19 | - |
| YUV | 160.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 221 | 0 | 0.52 | 0.05 | 0.09 | 305.9 | 0.73 | 0.67 |
| Hex | E9 | 6F | DD | 0 | 34 | 5 | 9 | 132 | 49 | 43 |
| Octal | 351 | 157 | 335 | 0 | 64 | 5 | 11 | 462 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11011101 | 0 | 110100 | 101 | 1001 | 100110010 | 1001001 | 1000011 |
Color Harmonies of #E96FDD
Complementary color
Monochromatic Colors of #E96FDD
Black with #E96FDD
Text Example
Text Example
White with #E96FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FDD; }
p { color: rgb(233,111,221); }
H1.HeaderClassName
{
color: #E96FDD;
}
.AnyTagClassName
{
color: #E96FDD;
}
</style>
background-color css
<style>
a { background-color: #E96FDD; }
a { background-color: rgb(233,111,221); }
div.DivClassName
{
background-color: #E96FDD;
}
.BgClassName
{
background-color: #E96FDD;
}
</style>
border-color css
<style>
span { border-color: #E96FDD; }
span { border-color: rgb(233,111,221); }
td.TdClassName
{
border-color: #E96FDD;
}
.TagClassName
{
border-color: #E96FDD;
}
</style>