Html Css Color HEX #E16DCC Orchid

📋 copy color: '#E16DCC'

red 225 ◦ green 109 ◦ blue 204

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

Shades of Orchid #E16DCC

Tints of Orchid #E16DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 41.82%
G = 20.26%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E16DCC (or 0xE16DCC) is known color: Orchid. HEX triplet: E1, 6D and CC. RGB value is (225,109,204). Sum of RGB (Red+Green+Blue) = 225+109+204=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DCC is #1E9233. Grayscale: #9A9A9A. Windows color (decimal): -2003508 or 13397473. OLE color: 13397473.

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

Color convert

RGB 225 109 204 -
CMYK 0 0.52 0.09 0.12
HSL 310.86º 0.66% 0.65% -
HSV(B) 310.86º 0.52% 0.88% -
XYZ 47.42 31.3 60.67 -
YUV 154.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 225 109 204 0 0.52 0.09 0.12 310.86 0.66 0.65
Hex E1 6D CC 0 34 9 C 137 42 41
Octal 341 155 314 0 64 11 14 467 102 101
Binary 11100001 1101101 11001100 0 110100 1001 1100 100110111 1000010 1000001

Color Harmonies of #E16DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DCC

Black with #E16DCC

Text Example


Text Example

White with #E16DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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