Html Css Color HEX #E478CD Orchid

📋 copy color: '#E478CD'

red 228 ◦ green 120 ◦ blue 205

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

Shades of Orchid #E478CD

Tints of Orchid #E478CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 41.23%
G = 21.7%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E478CD (or 0xE478CD) is known color: Orchid. HEX triplet: E4, 78 and CD. RGB value is (228,120,205). Sum of RGB (Red+Green+Blue) = 228+120+205=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E478CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478CD is #1B8732. Grayscale: #A1A1A1. Windows color (decimal): -1804083 or 13465828. OLE color: 13465828.

HSL color Cylindrical-coordinate representation of color #E478CD: hue angle of 312.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 #E478CD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 120 205 -
CMYK 0 0.47 0.10 0.11
HSL 312.78º 0.67% 0.68% -
HSV(B) 312.78º 0.47% 0.89% -
XYZ 49.73 34.33 61.76 -
YUV 161.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 228 120 205 0 0.47 0.10 0.11 312.78 0.67 0.68
Hex E4 78 CD 0 2F A B 139 43 44
Octal 344 170 315 0 57 12 13 471 103 104
Binary 11100100 1111000 11001101 0 101111 1010 1011 100111001 1000011 1000100

Color Harmonies of #E478CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478CD

Black with #E478CD

Text Example


Text Example

White with #E478CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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