Html Css Color HEX #E37BCF Orchid

📋 copy color: '#E37BCF'

red 227 ◦ green 123 ◦ blue 207

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

Shades of Orchid #E37BCF

Tints of Orchid #E37BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 40.75%
G = 22.08%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E37BCF (or 0xE37BCF) is known color: Orchid. HEX triplet: E3, 7B and CF. RGB value is (227,123,207). Sum of RGB (Red+Green+Blue) = 227+123+207=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BCF is #1C8430. Grayscale: #A3A3A3. Windows color (decimal): -1868849 or 13597667. OLE color: 13597667.

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

Color convert

RGB 227 123 207 -
CMYK 0 0.46 0.09 0.11
HSL 311.54º 0.65% 0.69% -
HSV(B) 311.54º 0.46% 0.89% -
XYZ 50.02 35 63.15 -
YUV 163.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 227 123 207 0 0.46 0.09 0.11 311.54 0.65 0.69
Hex E3 7B CF 0 2E 9 B 138 41 45
Octal 343 173 317 0 56 11 13 470 101 105
Binary 11100011 1111011 11001111 0 101110 1001 1011 100111000 1000001 1000101

Color Harmonies of #E37BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37BCF

Black with #E37BCF

Text Example


Text Example

White with #E37BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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