Html Css Color HEX #E575DC Orchid

📋 copy color: '#E575DC'

red 229 ◦ green 117 ◦ blue 220

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

Shades of Orchid #E575DC

Tints of Orchid #E575DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.67%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 40.46%
G = 20.67%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E575DC (or 0xE575DC) is known color: Orchid. HEX triplet: E5, 75 and DC. RGB value is (229,117,220). Sum of RGB (Red+Green+Blue) = 229+117+220=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E575DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575DC is #1A8A23. Grayscale: #A1A1A1. Windows color (decimal): -1739300 or 14448101. OLE color: 14448101.

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

Color convert

RGB 229 117 220 -
CMYK 0 0.49 0.04 0.10
HSL 304.82º 0.68% 0.68% -
HSV(B) 304.82º 0.49% 0.9% -
XYZ 51.59 34.55 71.66 -
YUV 162.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 229 117 220 0 0.49 0.04 0.10 304.82 0.68 0.68
Hex E5 75 DC 0 31 4 A 131 44 44
Octal 345 165 334 0 61 4 12 461 104 104
Binary 11100101 1110101 11011100 0 110001 100 1010 100110001 1000100 1000100

Color Harmonies of #E575DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575DC

Black with #E575DC

Text Example


Text Example

White with #E575DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575DC; }

 p { color: rgb(229,117,220); }

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

background-color css

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

 a { background-color: rgb(229,117,220); }

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

border-color css

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

 span { border-color: rgb(229,117,220); }

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