Html Css Color HEX #E16ACF Orchid

📋 copy color: '#E16ACF'

red 225 ◦ green 106 ◦ blue 207

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

Shades of Orchid #E16ACF

Tints of Orchid #E16ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.7%

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

R = 41.82%
G = 19.7%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E16ACF (or 0xE16ACF) is known color: Orchid. HEX triplet: E1, 6A and CF. RGB value is (225,106,207). Sum of RGB (Red+Green+Blue) = 225+106+207=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ACF is #1E9530. Grayscale: #989898. Windows color (decimal): -2004273 or 13593313. OLE color: 13593313.

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

Color convert

RGB 225 106 207 -
CMYK 0 0.53 0.08 0.12
HSL 309.08º 0.66% 0.65% -
HSV(B) 309.08º 0.53% 0.88% -
XYZ 47.47 30.82 62.48 -
YUV 153.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 225 106 207 0 0.53 0.08 0.12 309.08 0.66 0.65
Hex E1 6A CF 0 35 8 C 135 42 41
Octal 341 152 317 0 65 10 14 465 102 101
Binary 11100001 1101010 11001111 0 110101 1000 1100 100110101 1000010 1000001

Color Harmonies of #E16ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16ACF

Black with #E16ACF

Text Example


Text Example

White with #E16ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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