Html Css Color HEX #E16FCF Orchid

📋 copy color: '#E16FCF'

red 225 ◦ green 111 ◦ blue 207

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

Shades of Orchid #E16FCF

Tints of Orchid #E16FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 41.44%
G = 20.44%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E16FCF (or 0xE16FCF) is known color: Orchid. HEX triplet: E1, 6F and CF. RGB value is (225,111,207). Sum of RGB (Red+Green+Blue) = 225+111+207=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FCF is #1E9030. Grayscale: #9B9B9B. Windows color (decimal): -2002993 or 13594593. OLE color: 13594593.

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

Color convert

RGB 225 111 207 -
CMYK 0 0.51 0.08 0.12
HSL 309.47º 0.66% 0.66% -
HSV(B) 309.47º 0.51% 0.88% -
XYZ 48 31.88 62.66 -
YUV 156.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 225 111 207 0 0.51 0.08 0.12 309.47 0.66 0.66
Hex E1 6F CF 0 33 8 C 135 42 42
Octal 341 157 317 0 63 10 14 465 102 102
Binary 11100001 1101111 11001111 0 110011 1000 1100 100110101 1000010 1000010

Color Harmonies of #E16FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FCF

Black with #E16FCF

Text Example


Text Example

White with #E16FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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