Html Css Color HEX #E582CD Orchid

📋 copy color: '#E582CD'

red 229 ◦ green 130 ◦ blue 205

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

Shades of Orchid #E582CD

Tints of Orchid #E582CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.05%

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

R = 40.6%
G = 23.05%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E582CD (or 0xE582CD) is known color: Orchid. HEX triplet: E5, 82 and CD. RGB value is (229,130,205). Sum of RGB (Red+Green+Blue) = 229+130+205=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E582CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582CD is #1A7D32. Grayscale: #A7A7A7. Windows color (decimal): -1735987 or 13468389. OLE color: 13468389.

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

Color convert

RGB 229 130 205 -
CMYK 0 0.43 0.10 0.10
HSL 314.55º 0.66% 0.7% -
HSV(B) 314.55º 0.43% 0.9% -
XYZ 51.32 37.03 62.2 -
YUV 168.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 229 130 205 0 0.43 0.10 0.10 314.55 0.66 0.7
Hex E5 82 CD 0 2B A A 13B 42 46
Octal 345 202 315 0 53 12 12 473 102 106
Binary 11100101 10000010 11001101 0 101011 1010 1010 100111011 1000010 1000110

Color Harmonies of #E582CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582CD

Black with #E582CD

Text Example


Text Example

White with #E582CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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