Html Css Color HEX #E875CD Orchid

📋 copy color: '#E875CD'

red 232 ◦ green 117 ◦ blue 205

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

Shades of Orchid #E875CD

Tints of Orchid #E875CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37%

R = 41.88%
G = 21.12%
B = 37%

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

#E875CD (or 0xE875CD) is known color: Orchid. HEX triplet: E8, 75 and CD. RGB value is (232,117,205). Sum of RGB (Red+Green+Blue) = 232+117+205=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E875CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875CD is #178A32. Grayscale: #A1A1A1. Windows color (decimal): -1542707 or 13465064. OLE color: 13465064.

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

Color convert

RGB 232 117 205 -
CMYK 0 0.50 0.12 0.09
HSL 314.09º 0.71% 0.68% -
HSV(B) 314.09º 0.5% 0.91% -
XYZ 50.66 34.29 61.71 -
YUV 161.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 232 117 205 0 0.50 0.12 0.09 314.09 0.71 0.68
Hex E8 75 CD 0 32 C 9 13A 47 44
Octal 350 165 315 0 62 14 11 472 107 104
Binary 11101000 1110101 11001101 0 110010 1100 1001 100111010 1000111 1000100

Color Harmonies of #E875CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875CD

Black with #E875CD

Text Example


Text Example

White with #E875CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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