Html Css Color HEX #E16CC3 Orchid

📋 copy color: '#E16CC3'

red 225 ◦ green 108 ◦ blue 195

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

Shades of Orchid #E16CC3

Tints of Orchid #E16CC3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 42.61%
G = 20.45%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E16CC3 (or 0xE16CC3) is known color: Orchid. HEX triplet: E1, 6C and C3. RGB value is (225,108,195). Sum of RGB (Red+Green+Blue) = 225+108+195=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CC3 is #1E933C. Grayscale: #989898. Windows color (decimal): -2003773 or 12807393. OLE color: 12807393.

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

Color convert

RGB 225 108 195 -
CMYK 0 0.52 0.13 0.12
HSL 315.38º 0.66% 0.65% -
HSV(B) 315.38º 0.52% 0.88% -
XYZ 46.26 30.67 55.11 -
YUV 152.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 225 108 195 0 0.52 0.13 0.12 315.38 0.66 0.65
Hex E1 6C C3 0 34 D C 13B 42 41
Octal 341 154 303 0 64 15 14 473 102 101
Binary 11100001 1101100 11000011 0 110100 1101 1100 100111011 1000010 1000001

Color Harmonies of #E16CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CC3

Black with #E16CC3

Text Example


Text Example

White with #E16CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CC3; }

 p { color: rgb(225,108,195); }

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

background-color css

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

 a { background-color: rgb(225,108,195); }

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

border-color css

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

 span { border-color: rgb(225,108,195); }

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