Html Css Color HEX #E478DF Orchid

📋 copy color: '#E478DF'

red 228 ◦ green 120 ◦ blue 223

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

Shades of Orchid #E478DF

Tints of Orchid #E478DF

RGB

 RED value IS 228 (89.45% from 255) = 39.93%

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

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

R = 39.93%
G = 21.02%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E478DF (or 0xE478DF) is known color: Orchid. HEX triplet: E4, 78 and DF. RGB value is (228,120,223). Sum of RGB (Red+Green+Blue) = 228+120+223=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E478DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478DF is #1B8720. Grayscale: #A3A3A3. Windows color (decimal): -1804065 or 14645476. OLE color: 14645476.

HSL color Cylindrical-coordinate representation of color #E478DF: hue angle of 302.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E478DF is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 120 223 -
CMYK 0 0.47 0.02 0.11
HSL 302.78º 0.67% 0.68% -
HSV(B) 302.78º 0.47% 0.89% -
XYZ 52.03 35.25 73.87 -
YUV 164.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 228 120 223 0 0.47 0.02 0.11 302.78 0.67 0.68
Hex E4 78 DF 0 2F 2 B 12F 43 44
Octal 344 170 337 0 57 2 13 457 103 104
Binary 11100100 1111000 11011111 0 101111 10 1011 100101111 1000011 1000100

Color Harmonies of #E478DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478DF

Black with #E478DF

Text Example


Text Example

White with #E478DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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