Html Css Color HEX #E36BCF Orchid

📋 copy color: '#E36BCF'

red 227 ◦ green 107 ◦ blue 207

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

Shades of Orchid #E36BCF

Tints of Orchid #E36BCF

RGB

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

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

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

R = 41.96%
G = 19.78%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E36BCF (or 0xE36BCF) is known color: Orchid. HEX triplet: E3, 6B and CF. RGB value is (227,107,207). Sum of RGB (Red+Green+Blue) = 227+107+207=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BCF is #1C9430. Grayscale: #9A9A9A. Windows color (decimal): -1872945 or 13593571. OLE color: 13593571.

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

Color convert

RGB 227 107 207 -
CMYK 0 0.53 0.09 0.11
HSL 310º 0.68% 0.65% -
HSV(B) 310º 0.53% 0.89% -
XYZ 48.2 31.35 62.54 -
YUV 154.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 227 107 207 0 0.53 0.09 0.11 310 0.68 0.65
Hex E3 6B CF 0 35 9 B 136 44 41
Octal 343 153 317 0 65 11 13 466 104 101
Binary 11100011 1101011 11001111 0 110101 1001 1011 100110110 1000100 1000001

Color Harmonies of #E36BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36BCF

Black with #E36BCF

Text Example


Text Example

White with #E36BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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