Html Css Color HEX #E16CDB Orchid

📋 copy color: '#E16CDB'

red 225 ◦ green 108 ◦ blue 219

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

Shades of Orchid #E16CDB

Tints of Orchid #E16CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 40.76%
G = 19.57%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E16CDB (or 0xE16CDB) is known color: Orchid. HEX triplet: E1, 6C and DB. RGB value is (225,108,219). Sum of RGB (Red+Green+Blue) = 225+108+219=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CDB is #1E9324. Grayscale: #9B9B9B. Windows color (decimal): -2003749 or 14380257. OLE color: 14380257.

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

Color convert

RGB 225 108 219 -
CMYK 0 0.52 0.03 0.12
HSL 303.08º 0.66% 0.65% -
HSV(B) 303.08º 0.52% 0.88% -
XYZ 49.2 31.85 70.57 -
YUV 155.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 225 108 219 0 0.52 0.03 0.12 303.08 0.66 0.65
Hex E1 6C DB 0 34 3 C 12F 42 41
Octal 341 154 333 0 64 3 14 457 102 101
Binary 11100001 1101100 11011011 0 110100 11 1100 100101111 1000010 1000001

Color Harmonies of #E16CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CDB

Black with #E16CDB

Text Example


Text Example

White with #E16CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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