Html Css Color HEX #E673DF Orchid

📋 copy color: '#E673DF'

red 230 ◦ green 115 ◦ blue 223

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

Shades of Orchid #E673DF

Tints of Orchid #E673DF

RGB

 RED value IS 230 (90.23% from 255) = 40.49%

 GREEN value IS 115 (45.31% from 255) = 20.25%

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

R = 40.49%
G = 20.25%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E673DF (or 0xE673DF) is known color: Orchid. HEX triplet: E6, 73 and DF. RGB value is (230,115,223). Sum of RGB (Red+Green+Blue) = 230+115+223=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E673DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673DF is #198C20. Grayscale: #A1A1A1. Windows color (decimal): -1674273 or 14644198. OLE color: 14644198.

HSL color Cylindrical-coordinate representation of color #E673DF: hue angle of 303.65º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673DF is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 223 -
CMYK 0 0.5 0.03 0.10
HSL 303.65º 0.7% 0.68% -
HSV(B) 303.65º 0.5% 0.9% -
XYZ 52.08 34.41 73.71 -
YUV 161.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 230 115 223 0 0.5 0.03 0.10 303.65 0.7 0.68
Hex E6 73 DF 0 32 3 A 130 46 44
Octal 346 163 337 0 62 3 12 460 106 104
Binary 11100110 1110011 11011111 0 110010 11 1010 100110000 1000110 1000100

Color Harmonies of #E673DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673DF

Black with #E673DF

Text Example


Text Example

White with #E673DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673DF; }

 p { color: rgb(230,115,223); }

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

background-color css

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

 a { background-color: rgb(230,115,223); }

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

border-color css

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

 span { border-color: rgb(230,115,223); }

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