Html Css Color HEX #E47FCF Orchid

📋 copy color: '#E47FCF'

red 228 ◦ green 127 ◦ blue 207

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

Shades of Orchid #E47FCF

Tints of Orchid #E47FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.6%

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

R = 40.57%
G = 22.6%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E47FCF (or 0xE47FCF) is known color: Orchid. HEX triplet: E4, 7F and CF. RGB value is (228,127,207). Sum of RGB (Red+Green+Blue) = 228+127+207=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FCF is #1B8030. Grayscale: #A6A6A6. Windows color (decimal): -1802289 or 13598692. OLE color: 13598692.

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

Color convert

RGB 228 127 207 -
CMYK 0 0.44 0.09 0.11
HSL 312.48º 0.65% 0.7% -
HSV(B) 312.48º 0.44% 0.89% -
XYZ 50.85 36.18 63.33 -
YUV 166.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 228 127 207 0 0.44 0.09 0.11 312.48 0.65 0.7
Hex E4 7F CF 0 2C 9 B 138 41 46
Octal 344 177 317 0 54 11 13 470 101 106
Binary 11100100 1111111 11001111 0 101100 1001 1011 100111000 1000001 1000110

Color Harmonies of #E47FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47FCF

Black with #E47FCF

Text Example


Text Example

White with #E47FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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