Html Css Color HEX #E16CDC Orchid

📋 copy color: '#E16CDC'

red 225 ◦ green 108 ◦ blue 220

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

Shades of Orchid #E16CDC

Tints of Orchid #E16CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 40.69%
G = 19.53%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E16CDC (or 0xE16CDC) is known color: Orchid. HEX triplet: E1, 6C and DC. RGB value is (225,108,220). Sum of RGB (Red+Green+Blue) = 225+108+220=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CDC is #1E9323. Grayscale: #9B9B9B. Windows color (decimal): -2003748 or 14445793. OLE color: 14445793.

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

Color convert

RGB 225 108 220 -
CMYK 0 0.52 0.02 0.12
HSL 302.56º 0.66% 0.65% -
HSV(B) 302.56º 0.52% 0.88% -
XYZ 49.33 31.9 71.27 -
YUV 155.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 225 108 220 0 0.52 0.02 0.12 302.56 0.66 0.65
Hex E1 6C DC 0 34 2 C 12F 42 41
Octal 341 154 334 0 64 2 14 457 102 101
Binary 11100001 1101100 11011100 0 110100 10 1100 100101111 1000010 1000001

Color Harmonies of #E16CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CDC

Black with #E16CDC

Text Example


Text Example

White with #E16CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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