Html Css Color HEX #E16CD3 Orchid

📋 copy color: '#E16CD3'

red 225 ◦ green 108 ◦ blue 211

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

Shades of Orchid #E16CD3

Tints of Orchid #E16CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 41.36%
G = 19.85%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E16CD3 (or 0xE16CD3) is known color: Orchid. HEX triplet: E1, 6C and D3. RGB value is (225,108,211). Sum of RGB (Red+Green+Blue) = 225+108+211=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CD3 is #1E932C. Grayscale: #9A9A9A. Windows color (decimal): -2003757 or 13855969. OLE color: 13855969.

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

Color convert

RGB 225 108 211 -
CMYK 0 0.52 0.06 0.12
HSL 307.18º 0.66% 0.65% -
HSV(B) 307.18º 0.52% 0.88% -
XYZ 48.17 31.44 65.16 -
YUV 154.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 225 108 211 0 0.52 0.06 0.12 307.18 0.66 0.65
Hex E1 6C D3 0 34 6 C 133 42 41
Octal 341 154 323 0 64 6 14 463 102 101
Binary 11100001 1101100 11010011 0 110100 110 1100 100110011 1000010 1000001

Color Harmonies of #E16CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CD3

Black with #E16CD3

Text Example


Text Example

White with #E16CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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