Html Css Color HEX #E875CB Orchid

📋 copy color: '#E875CB'

red 232 ◦ green 117 ◦ blue 203

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

Shades of Orchid #E875CB

Tints of Orchid #E875CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 42.03%
G = 21.2%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E875CB (or 0xE875CB) is known color: Orchid. HEX triplet: E8, 75 and CB. RGB value is (232,117,203). Sum of RGB (Red+Green+Blue) = 232+117+203=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E875CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875CB is #178A34. Grayscale: #A0A0A0. Windows color (decimal): -1542709 or 13333992. OLE color: 13333992.

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

Color convert

RGB 232 117 203 -
CMYK 0 0.50 0.12 0.09
HSL 315.13º 0.71% 0.68% -
HSV(B) 315.13º 0.5% 0.91% -
XYZ 50.42 34.19 60.44 -
YUV 161.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 232 117 203 0 0.50 0.12 0.09 315.13 0.71 0.68
Hex E8 75 CB 0 32 C 9 13B 47 44
Octal 350 165 313 0 62 14 11 473 107 104
Binary 11101000 1110101 11001011 0 110010 1100 1001 100111011 1000111 1000100

Color Harmonies of #E875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875CB

Black with #E875CB

Text Example


Text Example

White with #E875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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