Html Css Color HEX #E36BCA Orchid

📋 copy color: '#E36BCA'

red 227 ◦ green 107 ◦ blue 202

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

Shades of Orchid #E36BCA

Tints of Orchid #E36BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 42.35%
G = 19.96%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E36BCA (or 0xE36BCA) is known color: Orchid. HEX triplet: E3, 6B and CA. RGB value is (227,107,202). Sum of RGB (Red+Green+Blue) = 227+107+202=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BCA is #1C9435. Grayscale: #999999. Windows color (decimal): -1872950 or 13265891. OLE color: 13265891.

HSL color Cylindrical-coordinate representation of color #E36BCA: hue angle of 312.5º 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 #E36BCA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 107 202 -
CMYK 0 0.53 0.11 0.11
HSL 312.5º 0.68% 0.65% -
HSV(B) 312.5º 0.53% 0.89% -
XYZ 47.6 31.11 59.37 -
YUV 153.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 227 107 202 0 0.53 0.11 0.11 312.5 0.68 0.65
Hex E3 6B CA 0 35 B B 138 44 41
Octal 343 153 312 0 65 13 13 470 104 101
Binary 11100011 1101011 11001010 0 110101 1011 1011 100111000 1000100 1000001

Color Harmonies of #E36BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BCA

Black with #E36BCA

Text Example


Text Example

White with #E36BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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