Html Css Color HEX #E575DF Orchid

📋 copy color: '#E575DF'

red 229 ◦ green 117 ◦ blue 223

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

Shades of Orchid #E575DF

Tints of Orchid #E575DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 40.25%
G = 20.56%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E575DF (or 0xE575DF) is known color: Orchid. HEX triplet: E5, 75 and DF. RGB value is (229,117,223). Sum of RGB (Red+Green+Blue) = 229+117+223=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E575DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575DF is #1A8A20. Grayscale: #A2A2A2. Windows color (decimal): -1739297 or 14644709. OLE color: 14644709.

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

Color convert

RGB 229 117 223 -
CMYK 0 0.49 0.03 0.10
HSL 303.21º 0.68% 0.68% -
HSV(B) 303.21º 0.49% 0.9% -
XYZ 51.99 34.71 73.77 -
YUV 162.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 229 117 223 0 0.49 0.03 0.10 303.21 0.68 0.68
Hex E5 75 DF 0 31 3 A 12F 44 44
Octal 345 165 337 0 61 3 12 457 104 104
Binary 11100101 1110101 11011111 0 110001 11 1010 100101111 1000100 1000100

Color Harmonies of #E575DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575DF

Black with #E575DF

Text Example


Text Example

White with #E575DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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