Html Css Color HEX #E47ACF Orchid

📋 copy color: '#E47ACF'

red 228 ◦ green 122 ◦ blue 207

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

Shades of Orchid #E47ACF

Tints of Orchid #E47ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.9%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 40.93%
G = 21.9%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E47ACF (or 0xE47ACF) is known color: Orchid. HEX triplet: E4, 7A and CF. RGB value is (228,122,207). Sum of RGB (Red+Green+Blue) = 228+122+207=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ACF is #1B8530. Grayscale: #A3A3A3. Windows color (decimal): -1803569 or 13597412. OLE color: 13597412.

HSL color Cylindrical-coordinate representation of color #E47ACF: hue angle of 311.89º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47ACF is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 122 207 -
CMYK 0 0.46 0.09 0.11
HSL 311.89º 0.66% 0.69% -
HSV(B) 311.89º 0.46% 0.89% -
XYZ 50.22 34.92 63.12 -
YUV 163.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 228 122 207 0 0.46 0.09 0.11 311.89 0.66 0.69
Hex E4 7A CF 0 2E 9 B 138 42 45
Octal 344 172 317 0 56 11 13 470 102 105
Binary 11100100 1111010 11001111 0 101110 1001 1011 100111000 1000010 1000101

Color Harmonies of #E47ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ACF

Black with #E47ACF

Text Example


Text Example

White with #E47ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ACF; }

 p { color: rgb(228,122,207); }

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

background-color css

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

 a { background-color: rgb(228,122,207); }

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

border-color css

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

 span { border-color: rgb(228,122,207); }

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