Html Css Color HEX #E875CE Orchid

📋 copy color: '#E875CE'

red 232 ◦ green 117 ◦ blue 206

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

Shades of Orchid #E875CE

Tints of Orchid #E875CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 41.8%
G = 21.08%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E875CE (or 0xE875CE) is known color: Orchid. HEX triplet: E8, 75 and CE. RGB value is (232,117,206). Sum of RGB (Red+Green+Blue) = 232+117+206=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E875CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875CE is #178A31. Grayscale: #A1A1A1. Windows color (decimal): -1542706 or 13530600. OLE color: 13530600.

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

Color convert

RGB 232 117 206 -
CMYK 0 0.50 0.11 0.09
HSL 313.57º 0.71% 0.68% -
HSV(B) 313.57º 0.5% 0.91% -
XYZ 50.78 34.33 62.34 -
YUV 161.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 232 117 206 0 0.50 0.11 0.09 313.57 0.71 0.68
Hex E8 75 CE 0 32 B 9 13A 47 44
Octal 350 165 316 0 62 13 11 472 107 104
Binary 11101000 1110101 11001110 0 110010 1011 1001 100111010 1000111 1000100

Color Harmonies of #E875CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875CE

Black with #E875CE

Text Example


Text Example

White with #E875CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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