Shades of Orchid #EB6FDD
Tints of Orchid #EB6FDD
RGB
CMYK
RGB Variations
Color information
#EB6FDD (or 0xEB6FDD) is known color: Orchid. HEX triplet: EB, 6F and DD. RGB value is (235,111,221). Sum of RGB (Red+Green+Blue) = 235+111+221=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FDD is #149022. Grayscale: #A0A0A0. Windows color (decimal): -1347619 or 14512107. OLE color: 14512107.
HSL color Cylindrical-coordinate representation of color #EB6FDD: hue angle of 306.77º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FDD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 221 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.08 |
| HSL | 306.77º | 0.76% | 0.68% | - |
| HSV(B) | 306.77º | 0.53% | 0.92% | - |
| XYZ | 53 | 34.25 | 72.22 | - |
| YUV | 160.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 221 | 0 | 0.53 | 0.06 | 0.08 | 306.77 | 0.76 | 0.68 |
| Hex | EB | 6F | DD | 0 | 35 | 6 | 8 | 133 | 4C | 44 |
| Octal | 353 | 157 | 335 | 0 | 65 | 6 | 10 | 463 | 114 | 104 |
| Binary | 11101011 | 1101111 | 11011101 | 0 | 110101 | 110 | 1000 | 100110011 | 1001100 | 1000100 |
Color Harmonies of #EB6FDD
Complementary color
Monochromatic Colors of #EB6FDD
Black with #EB6FDD
Text Example
Text Example
White with #EB6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6FDD; }
p { color: rgb(235,111,221); }
H1.HeaderClassName
{
color: #EB6FDD;
}
.AnyTagClassName
{
color: #EB6FDD;
}
</style>
background-color css
<style>
a { background-color: #EB6FDD; }
a { background-color: rgb(235,111,221); }
div.DivClassName
{
background-color: #EB6FDD;
}
.BgClassName
{
background-color: #EB6FDD;
}
</style>
border-color css
<style>
span { border-color: #EB6FDD; }
span { border-color: rgb(235,111,221); }
td.TdClassName
{
border-color: #EB6FDD;
}
.TagClassName
{
border-color: #EB6FDD;
}
</style>