Shades of Orchid #E66FDF
Tints of Orchid #E66FDF
RGB
CMYK
RGB Variations
Color information
#E66FDF (or 0xE66FDF) is known color: Orchid. HEX triplet: E6, 6F and DF. RGB value is (230,111,223). Sum of RGB (Red+Green+Blue) = 230+111+223=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FDF is #199020. Grayscale: #9F9F9F. Windows color (decimal): -1675297 or 14643174. OLE color: 14643174.
HSL color Cylindrical-coordinate representation of color #E66FDF: hue angle of 303.53º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FDF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 223 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.10 |
| HSL | 303.53º | 0.7% | 0.67% | - |
| HSV(B) | 303.53º | 0.52% | 0.9% | - |
| XYZ | 51.64 | 33.52 | 73.56 | - |
| YUV | 159.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 223 | 0 | 0.52 | 0.03 | 0.10 | 303.53 | 0.7 | 0.67 |
| Hex | E6 | 6F | DF | 0 | 34 | 3 | A | 130 | 46 | 43 |
| Octal | 346 | 157 | 337 | 0 | 64 | 3 | 12 | 460 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11011111 | 0 | 110100 | 11 | 1010 | 100110000 | 1000110 | 1000011 |
Color Harmonies of #E66FDF
Complementary color
Monochromatic Colors of #E66FDF
Black with #E66FDF
Text Example
Text Example
White with #E66FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FDF; }
p { color: rgb(230,111,223); }
H1.HeaderClassName
{
color: #E66FDF;
}
.AnyTagClassName
{
color: #E66FDF;
}
</style>
background-color css
<style>
a { background-color: #E66FDF; }
a { background-color: rgb(230,111,223); }
div.DivClassName
{
background-color: #E66FDF;
}
.BgClassName
{
background-color: #E66FDF;
}
</style>
border-color css
<style>
span { border-color: #E66FDF; }
span { border-color: rgb(230,111,223); }
td.TdClassName
{
border-color: #E66FDF;
}
.TagClassName
{
border-color: #E66FDF;
}
</style>