Html Css Color HEX #E581CE Orchid

📋 copy color: '#E581CE'

red 229 ◦ green 129 ◦ blue 206

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

Shades of Orchid #E581CE

Tints of Orchid #E581CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 40.6%
G = 22.87%
B = 36.52%

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

#E581CE (or 0xE581CE) is known color: Orchid. HEX triplet: E5, 81 and CE. RGB value is (229,129,206). Sum of RGB (Red+Green+Blue) = 229+129+206=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E581CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581CE is #1A7E31. Grayscale: #A7A7A7. Windows color (decimal): -1736242 or 13533669. OLE color: 13533669.

HSL color Cylindrical-coordinate representation of color #E581CE: hue angle of 313.8º 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 #E581CE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 129 206 -
CMYK 0 0.44 0.10 0.10
HSL 313.8º 0.66% 0.7% -
HSV(B) 313.8º 0.44% 0.9% -
XYZ 51.3 36.81 62.79 -
YUV 167.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 229 129 206 0 0.44 0.10 0.10 313.8 0.66 0.7
Hex E5 81 CE 0 2C A A 13A 42 46
Octal 345 201 316 0 54 12 12 472 102 106
Binary 11100101 10000001 11001110 0 101100 1010 1010 100111010 1000010 1000110

Color Harmonies of #E581CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E581CE

Black with #E581CE

Text Example


Text Example

White with #E581CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E581CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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