Html Css Color HEX #E875DC Orchid

📋 copy color: '#E875DC'

red 232 ◦ green 117 ◦ blue 220

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

Shades of Orchid #E875DC

Tints of Orchid #E875DC

RGB

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

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

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

R = 40.77%
G = 20.56%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E875DC (or 0xE875DC) is known color: Orchid. HEX triplet: E8, 75 and DC. RGB value is (232,117,220). Sum of RGB (Red+Green+Blue) = 232+117+220=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E875DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875DC is #178A23. Grayscale: #A2A2A2. Windows color (decimal): -1542692 or 14448104. OLE color: 14448104.

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

Color convert

RGB 232 117 220 -
CMYK 0 0.50 0.05 0.09
HSL 306.26º 0.71% 0.68% -
HSV(B) 306.26º 0.5% 0.91% -
XYZ 52.56 35.05 71.7 -
YUV 163.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 232 117 220 0 0.50 0.05 0.09 306.26 0.71 0.68
Hex E8 75 DC 0 32 5 9 132 47 44
Octal 350 165 334 0 62 5 11 462 107 104
Binary 11101000 1110101 11011100 0 110010 101 1001 100110010 1000111 1000100

Color Harmonies of #E875DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875DC

Black with #E875DC

Text Example


Text Example

White with #E875DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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