Html Css Color HEX #E16DCB Orchid

📋 copy color: '#E16DCB'

red 225 ◦ green 109 ◦ blue 203

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

Shades of Orchid #E16DCB

Tints of Orchid #E16DCB

RGB

 RED value IS 225 (88.28% from 255) = 41.9%

 GREEN value IS 109 (42.97% from 255) = 20.3%

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

R = 41.9%
G = 20.3%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E16DCB (or 0xE16DCB) is known color: Orchid. HEX triplet: E1, 6D and CB. RGB value is (225,109,203). Sum of RGB (Red+Green+Blue) = 225+109+203=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DCB is #1E9234. Grayscale: #9A9A9A. Windows color (decimal): -2003509 or 13331937. OLE color: 13331937.

HSL color Cylindrical-coordinate representation of color #E16DCB: hue angle of 311.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16DCB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 109 203 -
CMYK 0 0.52 0.10 0.12
HSL 311.38º 0.66% 0.65% -
HSV(B) 311.38º 0.52% 0.88% -
XYZ 47.3 31.26 60.04 -
YUV 154.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 225 109 203 0 0.52 0.10 0.12 311.38 0.66 0.65
Hex E1 6D CB 0 34 A C 137 42 41
Octal 341 155 313 0 64 12 14 467 102 101
Binary 11100001 1101101 11001011 0 110100 1010 1100 100110111 1000010 1000001

Color Harmonies of #E16DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DCB

Black with #E16DCB

Text Example


Text Example

White with #E16DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DCB; }

 p { color: rgb(225,109,203); }

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

background-color css

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

 a { background-color: rgb(225,109,203); }

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

border-color css

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

 span { border-color: rgb(225,109,203); }

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