Html Css Color HEX #E875DE Orchid

📋 copy color: '#E875DE'

red 232 ◦ green 117 ◦ blue 222

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

Shades of Orchid #E875DE

Tints of Orchid #E875DE

RGB

 RED value IS 232 (91.02% from 255) = 40.63%

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

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 40.63%
G = 20.49%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E875DE (or 0xE875DE) is known color: Orchid. HEX triplet: E8, 75 and DE. RGB value is (232,117,222). Sum of RGB (Red+Green+Blue) = 232+117+222=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E875DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875DE is #178A21. Grayscale: #A3A3A3. Windows color (decimal): -1542690 or 14579176. OLE color: 14579176.

HSL color Cylindrical-coordinate representation of color #E875DE: hue angle of 305.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875DE is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 117 222 -
CMYK 0 0.50 0.04 0.09
HSL 305.22º 0.71% 0.68% -
HSV(B) 305.22º 0.5% 0.91% -
XYZ 52.82 35.15 73.11 -
YUV 163.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 232 117 222 0 0.50 0.04 0.09 305.22 0.71 0.68
Hex E8 75 DE 0 32 4 9 131 47 44
Octal 350 165 336 0 62 4 11 461 107 104
Binary 11101000 1110101 11011110 0 110010 100 1001 100110001 1000111 1000100

Color Harmonies of #E875DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875DE

Black with #E875DE

Text Example


Text Example

White with #E875DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875DE; }

 p { color: rgb(232,117,222); }

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

background-color css

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

 a { background-color: rgb(232,117,222); }

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

border-color css

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

 span { border-color: rgb(232,117,222); }

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