Html Css Color HEX #E673DE Orchid

📋 copy color: '#E673DE'

red 230 ◦ green 115 ◦ blue 222

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

Shades of Orchid #E673DE

Tints of Orchid #E673DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 40.56%
G = 20.28%
B = 39.15%

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

#E673DE (or 0xE673DE) is known color: Orchid. HEX triplet: E6, 73 and DE. RGB value is (230,115,222). Sum of RGB (Red+Green+Blue) = 230+115+222=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E673DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673DE is #198C21. Grayscale: #A1A1A1. Windows color (decimal): -1674274 or 14578662. OLE color: 14578662.

HSL color Cylindrical-coordinate representation of color #E673DE: hue angle of 304.17º 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 #E673DE is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 222 -
CMYK 0 0.5 0.03 0.10
HSL 304.17º 0.7% 0.68% -
HSV(B) 304.17º 0.5% 0.9% -
XYZ 51.95 34.36 73 -
YUV 161.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 230 115 222 0 0.5 0.03 0.10 304.17 0.7 0.68
Hex E6 73 DE 0 32 3 A 130 46 44
Octal 346 163 336 0 62 3 12 460 106 104
Binary 11100110 1110011 11011110 0 110010 11 1010 100110000 1000110 1000100

Color Harmonies of #E673DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673DE

Black with #E673DE

Text Example


Text Example

White with #E673DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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