Html Css Color HEX #E078DF Orchid

📋 copy color: '#E078DF'

red 224 ◦ green 120 ◦ blue 223

#E078DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E078DF

Tints of Orchid #E078DF

RGB

 RED value IS 224 (87.89% from 255) = 39.51%

 GREEN value IS 120 (47.27% from 255) = 21.16%

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 39.51%
G = 21.16%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E078DF (or 0xE078DF) is known color: Orchid. HEX triplet: E0, 78 and DF. RGB value is (224,120,223). Sum of RGB (Red+Green+Blue) = 224+120+223=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E078DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078DF is #1F8720. Grayscale: #A2A2A2. Windows color (decimal): -2066209 or 14645472. OLE color: 14645472.

HSL color Cylindrical-coordinate representation of color #E078DF: hue angle of 300.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078DF is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 223 -
CMYK 0 0.46 0.00 0.12
HSL 300.58º 0.63% 0.67% -
HSV(B) 300.58º 0.46% 0.88% -
XYZ 50.78 34.61 73.82 -
YUV 162.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 224 120 223 0 0.46 0.00 0.12 300.58 0.63 0.67
Hex E0 78 DF 0 2E 0 C 12D 3F 43
Octal 340 170 337 0 56 0 14 455 77 103
Binary 11100000 1111000 11011111 0 101110 0 1100 100101101 111111 1000011

Color Harmonies of #E078DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078DF

Black with #E078DF

Text Example


Text Example

White with #E078DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078DF; }

 p { color: rgb(224,120,223); }

 H1.HeaderClassName
 {
   color: #E078DF;
 }
 .AnyTagClassName
 {
   color: #E078DF;
 }
</style>

background-color css

<style>
 a { background-color: #E078DF; }

 a { background-color: rgb(224,120,223); }

 div.DivClassName
 {
   background-color: #E078DF;
 }
 .BgClassName
 {
   background-color: #E078DF;
 }
</style>

border-color css

<style>
 span { border-color: #E078DF; }

 span { border-color: rgb(224,120,223); }

 td.TdClassName
 {
   border-color: #E078DF;
 }
 .TagClassName
 {
   border-color: #E078DF;
 }
</style>