Html Css Color HEX #E76BDB Orchid

📋 copy color: '#E76BDB'

red 231 ◦ green 107 ◦ blue 219

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

Shades of Orchid #E76BDB

Tints of Orchid #E76BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.21%

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

R = 41.47%
G = 19.21%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E76BDB (or 0xE76BDB) is known color: Orchid. HEX triplet: E7, 6B and DB. RGB value is (231,107,219). Sum of RGB (Red+Green+Blue) = 231+107+219=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BDB is #189424. Grayscale: #9C9C9C. Windows color (decimal): -1610789 or 14380007. OLE color: 14380007.

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

Color convert

RGB 231 107 219 -
CMYK 0 0.54 0.05 0.09
HSL 305.81º 0.72% 0.66% -
HSV(B) 305.81º 0.54% 0.91% -
XYZ 51 32.62 70.63 -
YUV 156.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 231 107 219 0 0.54 0.05 0.09 305.81 0.72 0.66
Hex E7 6B DB 0 36 5 9 132 48 42
Octal 347 153 333 0 66 5 11 462 110 102
Binary 11100111 1101011 11011011 0 110110 101 1001 100110010 1001000 1000010

Color Harmonies of #E76BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BDB

Black with #E76BDB

Text Example


Text Example

White with #E76BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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