Html Css Color HEX #E876DD Orchid

📋 copy color: '#E876DD'

red 232 ◦ green 118 ◦ blue 221

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

Shades of Orchid #E876DD

Tints of Orchid #E876DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.67%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 40.63%
G = 20.67%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E876DD (or 0xE876DD) is known color: Orchid. HEX triplet: E8, 76 and DD. RGB value is (232,118,221). Sum of RGB (Red+Green+Blue) = 232+118+221=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E876DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876DD is #178922. Grayscale: #A3A3A3. Windows color (decimal): -1542435 or 14513896. OLE color: 14513896.

HSL color Cylindrical-coordinate representation of color #E876DD: hue angle of 305.79º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E876DD is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 118 221 -
CMYK 0 0.49 0.05 0.09
HSL 305.79º 0.71% 0.69% -
HSV(B) 305.79º 0.49% 0.91% -
XYZ 52.81 35.33 72.44 -
YUV 163.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 232 118 221 0 0.49 0.05 0.09 305.79 0.71 0.69
Hex E8 76 DD 0 31 5 9 132 47 45
Octal 350 166 335 0 61 5 11 462 107 105
Binary 11101000 1110110 11011101 0 110001 101 1001 100110010 1000111 1000101

Color Harmonies of #E876DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876DD

Black with #E876DD

Text Example


Text Example

White with #E876DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876DD; }

 p { color: rgb(232,118,221); }

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

background-color css

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

 a { background-color: rgb(232,118,221); }

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

border-color css

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

 span { border-color: rgb(232,118,221); }

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