Html Css Color HEX #E36DCB Orchid

📋 copy color: '#E36DCB'

red 227 ◦ green 109 ◦ blue 203

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

Shades of Orchid #E36DCB

Tints of Orchid #E36DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.22%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 42.12%
G = 20.22%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E36DCB (or 0xE36DCB) is known color: Orchid. HEX triplet: E3, 6D and CB. RGB value is (227,109,203). Sum of RGB (Red+Green+Blue) = 227+109+203=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DCB is #1C9234. Grayscale: #9A9A9A. Windows color (decimal): -1872437 or 13331939. OLE color: 13331939.

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

Color convert

RGB 227 109 203 -
CMYK 0 0.52 0.11 0.11
HSL 312.2º 0.68% 0.66% -
HSV(B) 312.2º 0.52% 0.89% -
XYZ 47.93 31.58 60.07 -
YUV 155 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 227 109 203 0 0.52 0.11 0.11 312.2 0.68 0.66
Hex E3 6D CB 0 34 B B 138 44 42
Octal 343 155 313 0 64 13 13 470 104 102
Binary 11100011 1101101 11001011 0 110100 1011 1011 100111000 1000100 1000010

Color Harmonies of #E36DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36DCB

Black with #E36DCB

Text Example


Text Example

White with #E36DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36DCB; }

 p { color: rgb(227,109,203); }

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

background-color css

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

 a { background-color: rgb(227,109,203); }

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

border-color css

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

 span { border-color: rgb(227,109,203); }

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