Html Css Color HEX #E875DF Orchid

📋 copy color: '#E875DF'

red 232 ◦ green 117 ◦ blue 223

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

Shades of Orchid #E875DF

Tints of Orchid #E875DF

RGB

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

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

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

R = 40.56%
G = 20.45%
B = 38.99%

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

#E875DF (or 0xE875DF) is known color: Orchid. HEX triplet: E8, 75 and DF. RGB value is (232,117,223). Sum of RGB (Red+Green+Blue) = 232+117+223=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E875DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875DF is #178A20. Grayscale: #A3A3A3. Windows color (decimal): -1542689 or 14644712. OLE color: 14644712.

HSL color Cylindrical-coordinate representation of color #E875DF: hue angle of 304.7º 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 #E875DF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 117 223 -
CMYK 0 0.50 0.04 0.09
HSL 304.7º 0.71% 0.68% -
HSV(B) 304.7º 0.5% 0.91% -
XYZ 52.96 35.21 73.82 -
YUV 163.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 232 117 223 0 0.50 0.04 0.09 304.7 0.71 0.68
Hex E8 75 DF 0 32 4 9 131 47 44
Octal 350 165 337 0 62 4 11 461 107 104
Binary 11101000 1110101 11011111 0 110010 100 1001 100110001 1000111 1000100

Color Harmonies of #E875DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875DF

Black with #E875DF

Text Example


Text Example

White with #E875DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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