Html Css Color HEX #E477CF Orchid

📋 copy color: '#E477CF'

red 228 ◦ green 119 ◦ blue 207

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

Shades of Orchid #E477CF

Tints of Orchid #E477CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.48%

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

R = 41.16%
G = 21.48%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E477CF (or 0xE477CF) is known color: Orchid. HEX triplet: E4, 77 and CF. RGB value is (228,119,207). Sum of RGB (Red+Green+Blue) = 228+119+207=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E477CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477CF is #1B8830. Grayscale: #A1A1A1. Windows color (decimal): -1804337 or 13596644. OLE color: 13596644.

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

Color convert

RGB 228 119 207 -
CMYK 0 0.48 0.09 0.11
HSL 311.56º 0.67% 0.68% -
HSV(B) 311.56º 0.48% 0.89% -
XYZ 49.85 34.19 63 -
YUV 161.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 228 119 207 0 0.48 0.09 0.11 311.56 0.67 0.68
Hex E4 77 CF 0 30 9 B 138 43 44
Octal 344 167 317 0 60 11 13 470 103 104
Binary 11100100 1110111 11001111 0 110000 1001 1011 100111000 1000011 1000100

Color Harmonies of #E477CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477CF

Black with #E477CF

Text Example


Text Example

White with #E477CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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