Html Css Color HEX #E875DD Orchid

📋 copy color: '#E875DD'

red 232 ◦ green 117 ◦ blue 221

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

Shades of Orchid #E875DD

Tints of Orchid #E875DD

RGB

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

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

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

R = 40.7%
G = 20.53%
B = 38.77%

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

#E875DD (or 0xE875DD) is known color: Orchid. HEX triplet: E8, 75 and DD. RGB value is (232,117,221). Sum of RGB (Red+Green+Blue) = 232+117+221=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E875DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875DD is #178A22. Grayscale: #A2A2A2. Windows color (decimal): -1542691 or 14513640. OLE color: 14513640.

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

Color convert

RGB 232 117 221 -
CMYK 0 0.50 0.05 0.09
HSL 305.74º 0.71% 0.68% -
HSV(B) 305.74º 0.5% 0.91% -
XYZ 52.69 35.1 72.4 -
YUV 163.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 232 117 221 0 0.50 0.05 0.09 305.74 0.71 0.68
Hex E8 75 DD 0 32 5 9 132 47 44
Octal 350 165 335 0 62 5 11 462 107 104
Binary 11101000 1110101 11011101 0 110010 101 1001 100110010 1000111 1000100

Color Harmonies of #E875DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875DD

Black with #E875DD

Text Example


Text Example

White with #E875DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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