Html Css Color HEX #E368DF Orchid

📋 copy color: '#E368DF'

red 227 ◦ green 104 ◦ blue 223

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

Shades of Orchid #E368DF

Tints of Orchid #E368DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.77%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 40.97%
G = 18.77%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E368DF (or 0xE368DF) is known color: Orchid. HEX triplet: E3, 68 and DF. RGB value is (227,104,223). Sum of RGB (Red+Green+Blue) = 227+104+223=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E368DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368DF is #1C9720. Grayscale: #999999. Windows color (decimal): -1873697 or 14641379. OLE color: 14641379.

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

Color convert

RGB 227 104 223 -
CMYK 0 0.54 0.02 0.11
HSL 301.95º 0.69% 0.65% -
HSV(B) 301.95º 0.54% 0.89% -
XYZ 49.95 31.56 73.27 -
YUV 154.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 227 104 223 0 0.54 0.02 0.11 301.95 0.69 0.65
Hex E3 68 DF 0 36 2 B 12E 45 41
Octal 343 150 337 0 66 2 13 456 105 101
Binary 11100011 1101000 11011111 0 110110 10 1011 100101110 1000101 1000001

Color Harmonies of #E368DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E368DF

Black with #E368DF

Text Example


Text Example

White with #E368DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E368DF; }

 p { color: rgb(227,104,223); }

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

background-color css

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

 a { background-color: rgb(227,104,223); }

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

border-color css

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

 span { border-color: rgb(227,104,223); }

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