Html Css Color HEX #E580CD Orchid

📋 copy color: '#E580CD'

red 229 ◦ green 128 ◦ blue 205

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

Shades of Orchid #E580CD

Tints of Orchid #E580CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

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

R = 40.75%
G = 22.78%
B = 36.48%

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

#E580CD (or 0xE580CD) is known color: Orchid. HEX triplet: E5, 80 and CD. RGB value is (229,128,205). Sum of RGB (Red+Green+Blue) = 229+128+205=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E580CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580CD is #1A7F32. Grayscale: #A6A6A6. Windows color (decimal): -1736499 or 13467877. OLE color: 13467877.

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

Color convert

RGB 229 128 205 -
CMYK 0 0.44 0.10 0.10
HSL 314.26º 0.66% 0.7% -
HSV(B) 314.26º 0.44% 0.9% -
XYZ 51.05 36.5 62.11 -
YUV 166.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 229 128 205 0 0.44 0.10 0.10 314.26 0.66 0.7
Hex E5 80 CD 0 2C A A 13A 42 46
Octal 345 200 315 0 54 12 12 472 102 106
Binary 11100101 10000000 11001101 0 101100 1010 1010 100111010 1000010 1000110

Color Harmonies of #E580CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E580CD

Black with #E580CD

Text Example


Text Example

White with #E580CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E580CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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