Html Css Color HEX #E078DD Orchid

📋 copy color: '#E078DD'

red 224 ◦ green 120 ◦ blue 221

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

Shades of Orchid #E078DD

Tints of Orchid #E078DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 39.65%
G = 21.24%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E078DD (or 0xE078DD) is known color: Orchid. HEX triplet: E0, 78 and DD. RGB value is (224,120,221). Sum of RGB (Red+Green+Blue) = 224+120+221=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E078DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078DD is #1F8722. Grayscale: #A2A2A2. Windows color (decimal): -2066211 or 14514400. OLE color: 14514400.

HSL color Cylindrical-coordinate representation of color #E078DD: hue angle of 301.73º 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 #E078DD is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 221 -
CMYK 0 0.46 0.01 0.12
HSL 301.73º 0.63% 0.67% -
HSV(B) 301.73º 0.46% 0.88% -
XYZ 50.51 34.5 72.4 -
YUV 162.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 224 120 221 0 0.46 0.01 0.12 301.73 0.63 0.67
Hex E0 78 DD 0 2E 1 C 12E 3F 43
Octal 340 170 335 0 56 1 14 456 77 103
Binary 11100000 1111000 11011101 0 101110 1 1100 100101110 111111 1000011

Color Harmonies of #E078DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078DD

Black with #E078DD

Text Example


Text Example

White with #E078DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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