Html Css Color HEX #E571CD Orchid

📋 copy color: '#E571CD'

red 229 ◦ green 113 ◦ blue 205

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

Shades of Orchid #E571CD

Tints of Orchid #E571CD

RGB

 RED value IS 229 (89.84% from 255) = 41.86%

 GREEN value IS 113 (44.53% from 255) = 20.66%

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

R = 41.86%
G = 20.66%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E571CD (or 0xE571CD) is known color: Orchid. HEX triplet: E5, 71 and CD. RGB value is (229,113,205). Sum of RGB (Red+Green+Blue) = 229+113+205=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E571CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571CD is #1A8E32. Grayscale: #9D9D9D. Windows color (decimal): -1740339 or 13464037. OLE color: 13464037.

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

Color convert

RGB 229 113 205 -
CMYK 0 0.51 0.10 0.10
HSL 312.41º 0.69% 0.67% -
HSV(B) 312.41º 0.51% 0.9% -
XYZ 49.24 32.88 61.51 -
YUV 158.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 229 113 205 0 0.51 0.10 0.10 312.41 0.69 0.67
Hex E5 71 CD 0 33 A A 138 45 43
Octal 345 161 315 0 63 12 12 470 105 103
Binary 11100101 1110001 11001101 0 110011 1010 1010 100111000 1000101 1000011

Color Harmonies of #E571CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571CD

Black with #E571CD

Text Example


Text Example

White with #E571CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571CD; }

 p { color: rgb(229,113,205); }

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

background-color css

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

 a { background-color: rgb(229,113,205); }

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

border-color css

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

 span { border-color: rgb(229,113,205); }

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