Html Css Color HEX #E673DC Orchid

📋 copy color: '#E673DC'

red 230 ◦ green 115 ◦ blue 220

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

Shades of Orchid #E673DC

Tints of Orchid #E673DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 40.71%
G = 20.35%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E673DC (or 0xE673DC) is known color: Orchid. HEX triplet: E6, 73 and DC. RGB value is (230,115,220). Sum of RGB (Red+Green+Blue) = 230+115+220=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E673DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673DC is #198C23. Grayscale: #A1A1A1. Windows color (decimal): -1674276 or 14447590. OLE color: 14447590.

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

Color convert

RGB 230 115 220 -
CMYK 0 0.5 0.04 0.10
HSL 305.22º 0.7% 0.68% -
HSV(B) 305.22º 0.5% 0.9% -
XYZ 51.68 34.25 71.6 -
YUV 161.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 230 115 220 0 0.5 0.04 0.10 305.22 0.7 0.68
Hex E6 73 DC 0 32 4 A 131 46 44
Octal 346 163 334 0 62 4 12 461 106 104
Binary 11100110 1110011 11011100 0 110010 100 1010 100110001 1000110 1000100

Color Harmonies of #E673DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673DC

Black with #E673DC

Text Example


Text Example

White with #E673DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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