Html Css Color HEX #E37BDA Orchid

📋 copy color: '#E37BDA'

red 227 ◦ green 123 ◦ blue 218

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

Shades of Orchid #E37BDA

Tints of Orchid #E37BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.65%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 39.96%
G = 21.65%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E37BDA (or 0xE37BDA) is known color: Orchid. HEX triplet: E3, 7B and DA. RGB value is (227,123,218). Sum of RGB (Red+Green+Blue) = 227+123+218=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BDA is #1C8425. Grayscale: #A4A4A4. Windows color (decimal): -1868838 or 14318563. OLE color: 14318563.

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

Color convert

RGB 227 123 218 -
CMYK 0 0.46 0.04 0.11
HSL 305.19º 0.65% 0.69% -
HSV(B) 305.19º 0.46% 0.89% -
XYZ 51.42 35.56 70.48 -
YUV 164.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 227 123 218 0 0.46 0.04 0.11 305.19 0.65 0.69
Hex E3 7B DA 0 2E 4 B 131 41 45
Octal 343 173 332 0 56 4 13 461 101 105
Binary 11100011 1111011 11011010 0 101110 100 1011 100110001 1000001 1000101

Color Harmonies of #E37BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37BDA

Black with #E37BDA

Text Example


Text Example

White with #E37BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37BDA; }

 p { color: rgb(227,123,218); }

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

background-color css

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

 a { background-color: rgb(227,123,218); }

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

border-color css

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

 span { border-color: rgb(227,123,218); }

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