Html Css Color HEX #E76CDB Orchid

📋 copy color: '#E76CDB'

red 231 ◦ green 108 ◦ blue 219

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

Shades of Orchid #E76CDB

Tints of Orchid #E76CDB

RGB

 RED value IS 231 (90.63% from 255) = 41.4%

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

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

R = 41.4%
G = 19.35%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E76CDB (or 0xE76CDB) is known color: Orchid. HEX triplet: E7, 6C and DB. RGB value is (231,108,219). Sum of RGB (Red+Green+Blue) = 231+108+219=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CDB is #189324. Grayscale: #9D9D9D. Windows color (decimal): -1610533 or 14380263. OLE color: 14380263.

HSL color Cylindrical-coordinate representation of color #E76CDB: hue angle of 305.85º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CDB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 108 219 -
CMYK 0 0.53 0.05 0.09
HSL 305.85º 0.72% 0.66% -
HSV(B) 305.85º 0.53% 0.91% -
XYZ 51.1 32.83 70.66 -
YUV 157.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 231 108 219 0 0.53 0.05 0.09 305.85 0.72 0.66
Hex E7 6C DB 0 35 5 9 132 48 42
Octal 347 154 333 0 65 5 11 462 110 102
Binary 11100111 1101100 11011011 0 110101 101 1001 100110010 1001000 1000010

Color Harmonies of #E76CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CDB

Black with #E76CDB

Text Example


Text Example

White with #E76CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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