Html Css Color HEX #E16FDD Orchid

📋 copy color: '#E16FDD'

red 225 ◦ green 111 ◦ blue 221

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

Shades of Orchid #E16FDD

Tints of Orchid #E16FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.93%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 40.39%
G = 19.93%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E16FDD (or 0xE16FDD) is known color: Orchid. HEX triplet: E1, 6F and DD. RGB value is (225,111,221). Sum of RGB (Red+Green+Blue) = 225+111+221=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FDD is #1E9022. Grayscale: #9D9D9D. Windows color (decimal): -2002979 or 14512097. OLE color: 14512097.

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

Color convert

RGB 225 111 221 -
CMYK 0 0.51 0.02 0.12
HSL 302.11º 0.66% 0.66% -
HSV(B) 302.11º 0.51% 0.88% -
XYZ 49.79 32.6 72.07 -
YUV 157.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 225 111 221 0 0.51 0.02 0.12 302.11 0.66 0.66
Hex E1 6F DD 0 33 2 C 12E 42 42
Octal 341 157 335 0 63 2 14 456 102 102
Binary 11100001 1101111 11011101 0 110011 10 1100 100101110 1000010 1000010

Color Harmonies of #E16FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FDD

Black with #E16FDD

Text Example


Text Example

White with #E16FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FDD; }

 p { color: rgb(225,111,221); }

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

background-color css

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

 a { background-color: rgb(225,111,221); }

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

border-color css

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

 span { border-color: rgb(225,111,221); }

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