Html Css Color HEX #E16CDD Orchid

📋 copy color: '#E16CDD'

red 225 ◦ green 108 ◦ blue 221

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

Shades of Orchid #E16CDD

Tints of Orchid #E16CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 40.61%
G = 19.49%
B = 39.89%

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

#E16CDD (or 0xE16CDD) is known color: Orchid. HEX triplet: E1, 6C and DD. RGB value is (225,108,221). Sum of RGB (Red+Green+Blue) = 225+108+221=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CDD is #1E9322. Grayscale: #9B9B9B. Windows color (decimal): -2003747 or 14511329. OLE color: 14511329.

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

Color convert

RGB 225 108 221 -
CMYK 0 0.52 0.02 0.12
HSL 302.05º 0.66% 0.65% -
HSV(B) 302.05º 0.52% 0.88% -
XYZ 49.47 31.95 71.97 -
YUV 155.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 225 108 221 0 0.52 0.02 0.12 302.05 0.66 0.65
Hex E1 6C DD 0 34 2 C 12E 42 41
Octal 341 154 335 0 64 2 14 456 102 101
Binary 11100001 1101100 11011101 0 110100 10 1100 100101110 1000010 1000001

Color Harmonies of #E16CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CDD

Black with #E16CDD

Text Example


Text Example

White with #E16CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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