Html Css Color HEX #E36BDB Orchid

📋 copy color: '#E36BDB'

red 227 ◦ green 107 ◦ blue 219

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

Shades of Orchid #E36BDB

Tints of Orchid #E36BDB

RGB

 RED value IS 227 (89.06% from 255) = 41.05%

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

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

R = 41.05%
G = 19.35%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E36BDB (or 0xE36BDB) is known color: Orchid. HEX triplet: E3, 6B and DB. RGB value is (227,107,219). Sum of RGB (Red+Green+Blue) = 227+107+219=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BDB is #1C9424. Grayscale: #9B9B9B. Windows color (decimal): -1872933 or 14380003. OLE color: 14380003.

HSL color Cylindrical-coordinate representation of color #E36BDB: hue angle of 304º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36BDB is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 107 219 -
CMYK 0 0.53 0.04 0.11
HSL 304º 0.68% 0.65% -
HSV(B) 304º 0.53% 0.89% -
XYZ 49.72 31.96 70.57 -
YUV 155.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 227 107 219 0 0.53 0.04 0.11 304 0.68 0.65
Hex E3 6B DB 0 35 4 B 130 44 41
Octal 343 153 333 0 65 4 13 460 104 101
Binary 11100011 1101011 11011011 0 110101 100 1011 100110000 1000100 1000001

Color Harmonies of #E36BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BDB

Black with #E36BDB

Text Example


Text Example

White with #E36BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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