Html Css Color HEX #E475CD Orchid

📋 copy color: '#E475CD'

red 228 ◦ green 117 ◦ blue 205

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

Shades of Orchid #E475CD

Tints of Orchid #E475CD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.27%

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

R = 41.45%
G = 21.27%
B = 37.27%

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

#E475CD (or 0xE475CD) is known color: Orchid. HEX triplet: E4, 75 and CD. RGB value is (228,117,205). Sum of RGB (Red+Green+Blue) = 228+117+205=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E475CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475CD is #1B8A32. Grayscale: #9F9F9F. Windows color (decimal): -1804851 or 13465060. OLE color: 13465060.

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

Color convert

RGB 228 117 205 -
CMYK 0 0.49 0.10 0.11
HSL 312.43º 0.67% 0.68% -
HSV(B) 312.43º 0.49% 0.89% -
XYZ 49.38 33.62 61.65 -
YUV 160.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 228 117 205 0 0.49 0.10 0.11 312.43 0.67 0.68
Hex E4 75 CD 0 31 A B 138 43 44
Octal 344 165 315 0 61 12 13 470 103 104
Binary 11100100 1110101 11001101 0 110001 1010 1011 100111000 1000011 1000100

Color Harmonies of #E475CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475CD

Black with #E475CD

Text Example


Text Example

White with #E475CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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