Html Css Color HEX #E370CE Orchid

📋 copy color: '#E370CE'

red 227 ◦ green 112 ◦ blue 206

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

Shades of Orchid #E370CE

Tints of Orchid #E370CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.55%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 41.65%
G = 20.55%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E370CE (or 0xE370CE) is known color: Orchid. HEX triplet: E3, 70 and CE. RGB value is (227,112,206). Sum of RGB (Red+Green+Blue) = 227+112+206=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E370CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370CE is #1C8F31. Grayscale: #9C9C9C. Windows color (decimal): -1871666 or 13529315. OLE color: 13529315.

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

Color convert

RGB 227 112 206 -
CMYK 0 0.51 0.09 0.11
HSL 310.96º 0.67% 0.66% -
HSV(B) 310.96º 0.51% 0.89% -
XYZ 48.61 32.38 62.08 -
YUV 157.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 227 112 206 0 0.51 0.09 0.11 310.96 0.67 0.66
Hex E3 70 CE 0 33 9 B 137 43 42
Octal 343 160 316 0 63 11 13 467 103 102
Binary 11100011 1110000 11001110 0 110011 1001 1011 100110111 1000011 1000010

Color Harmonies of #E370CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370CE

Black with #E370CE

Text Example


Text Example

White with #E370CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370CE; }

 p { color: rgb(227,112,206); }

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

background-color css

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

 a { background-color: rgb(227,112,206); }

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

border-color css

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

 span { border-color: rgb(227,112,206); }

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