Html Css Color HEX #E383CE Orchid

📋 copy color: '#E383CE'

red 227 ◦ green 131 ◦ blue 206

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

Shades of Orchid #E383CE

Tints of Orchid #E383CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.23%

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

R = 40.25%
G = 23.23%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E383CE (or 0xE383CE) is known color: Orchid. HEX triplet: E3, 83 and CE. RGB value is (227,131,206). Sum of RGB (Red+Green+Blue) = 227+131+206=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E383CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383CE is #1C7C31. Grayscale: #A8A8A8. Windows color (decimal): -1866802 or 13534179. OLE color: 13534179.

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

Color convert

RGB 227 131 206 -
CMYK 0 0.42 0.09 0.11
HSL 313.13º 0.63% 0.7% -
HSV(B) 313.13º 0.42% 0.89% -
XYZ 50.94 37.02 62.85 -
YUV 168.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 227 131 206 0 0.42 0.09 0.11 313.13 0.63 0.7
Hex E3 83 CE 0 2A 9 B 139 3F 46
Octal 343 203 316 0 52 11 13 471 77 106
Binary 11100011 10000011 11001110 0 101010 1001 1011 100111001 111111 1000110

Color Harmonies of #E383CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E383CE

Black with #E383CE

Text Example


Text Example

White with #E383CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E383CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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