Html Css Color HEX #E16BD5 Orchid

📋 copy color: '#E16BD5'

red 225 ◦ green 107 ◦ blue 213

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

Shades of Orchid #E16BD5

Tints of Orchid #E16BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 41.28%
G = 19.63%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E16BD5 (or 0xE16BD5) is known color: Orchid. HEX triplet: E1, 6B and D5. RGB value is (225,107,213). Sum of RGB (Red+Green+Blue) = 225+107+213=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BD5 is #1E942A. Grayscale: #9A9A9A. Windows color (decimal): -2004011 or 13986785. OLE color: 13986785.

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

Color convert

RGB 225 107 213 -
CMYK 0 0.52 0.05 0.12
HSL 306.1º 0.66% 0.65% -
HSV(B) 306.1º 0.52% 0.88% -
XYZ 48.32 31.33 66.45 -
YUV 154.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 225 107 213 0 0.52 0.05 0.12 306.1 0.66 0.65
Hex E1 6B D5 0 34 5 C 132 42 41
Octal 341 153 325 0 64 5 14 462 102 101
Binary 11100001 1101011 11010101 0 110100 101 1100 100110010 1000010 1000001

Color Harmonies of #E16BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BD5

Black with #E16BD5

Text Example


Text Example

White with #E16BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BD5; }

 p { color: rgb(225,107,213); }

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

background-color css

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

 a { background-color: rgb(225,107,213); }

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

border-color css

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

 span { border-color: rgb(225,107,213); }

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