Html Css Color HEX #E673D4 Orchid

📋 copy color: '#E673D4'

red 230 ◦ green 115 ◦ blue 212

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

Shades of Orchid #E673D4

Tints of Orchid #E673D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 41.29%
G = 20.65%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E673D4 (or 0xE673D4) is known color: Orchid. HEX triplet: E6, 73 and D4. RGB value is (230,115,212). Sum of RGB (Red+Green+Blue) = 230+115+212=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E673D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673D4 is #198C2B. Grayscale: #A0A0A0. Windows color (decimal): -1674284 or 13923302. OLE color: 13923302.

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

Color convert

RGB 230 115 212 -
CMYK 0 0.5 0.08 0.10
HSL 309.39º 0.7% 0.68% -
HSV(B) 309.39º 0.5% 0.9% -
XYZ 50.65 33.84 66.15 -
YUV 160.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 230 115 212 0 0.5 0.08 0.10 309.39 0.7 0.68
Hex E6 73 D4 0 32 8 A 135 46 44
Octal 346 163 324 0 62 10 12 465 106 104
Binary 11100110 1110011 11010100 0 110010 1000 1010 100110101 1000110 1000100

Color Harmonies of #E673D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673D4

Black with #E673D4

Text Example


Text Example

White with #E673D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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