Html Css Color HEX #E581CD Orchid

📋 copy color: '#E581CD'

red 229 ◦ green 129 ◦ blue 205

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

Shades of Orchid #E581CD

Tints of Orchid #E581CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.91%

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

R = 40.67%
G = 22.91%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E581CD (or 0xE581CD) is known color: Orchid. HEX triplet: E5, 81 and CD. RGB value is (229,129,205). Sum of RGB (Red+Green+Blue) = 229+129+205=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E581CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581CD is #1A7E32. Grayscale: #A7A7A7. Windows color (decimal): -1736243 or 13468133. OLE color: 13468133.

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

Color convert

RGB 229 129 205 -
CMYK 0 0.44 0.10 0.10
HSL 314.4º 0.66% 0.7% -
HSV(B) 314.4º 0.44% 0.9% -
XYZ 51.18 36.77 62.16 -
YUV 167.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 229 129 205 0 0.44 0.10 0.10 314.4 0.66 0.7
Hex E5 81 CD 0 2C A A 13A 42 46
Octal 345 201 315 0 54 12 12 472 102 106
Binary 11100101 10000001 11001101 0 101100 1010 1010 100111010 1000010 1000110

Color Harmonies of #E581CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E581CD

Black with #E581CD

Text Example


Text Example

White with #E581CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E581CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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