Html Css Color HEX #E474CD Orchid

📋 copy color: '#E474CD'

red 228 ◦ green 116 ◦ blue 205

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

Shades of Orchid #E474CD

Tints of Orchid #E474CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.13%

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

R = 41.53%
G = 21.13%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E474CD (or 0xE474CD) is known color: Orchid. HEX triplet: E4, 74 and CD. RGB value is (228,116,205). Sum of RGB (Red+Green+Blue) = 228+116+205=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E474CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474CD is #1B8B32. Grayscale: #9F9F9F. Windows color (decimal): -1805107 or 13464804. OLE color: 13464804.

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

Color convert

RGB 228 116 205 -
CMYK 0 0.49 0.10 0.11
HSL 312.32º 0.67% 0.67% -
HSV(B) 312.32º 0.49% 0.89% -
XYZ 49.26 33.39 61.61 -
YUV 159.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 228 116 205 0 0.49 0.10 0.11 312.32 0.67 0.67
Hex E4 74 CD 0 31 A B 138 43 43
Octal 344 164 315 0 61 12 13 470 103 103
Binary 11100100 1110100 11001101 0 110001 1010 1011 100111000 1000011 1000011

Color Harmonies of #E474CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474CD

Black with #E474CD

Text Example


Text Example

White with #E474CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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