Html Css Color HEX #E674DC Orchid

📋 copy color: '#E674DC'

red 230 ◦ green 116 ◦ blue 220

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

Shades of Orchid #E674DC

Tints of Orchid #E674DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.49%

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

R = 40.64%
G = 20.49%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E674DC (or 0xE674DC) is known color: Orchid. HEX triplet: E6, 74 and DC. RGB value is (230,116,220). Sum of RGB (Red+Green+Blue) = 230+116+220=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E674DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674DC is #198B23. Grayscale: #A1A1A1. Windows color (decimal): -1674020 or 14447846. OLE color: 14447846.

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

Color convert

RGB 230 116 220 -
CMYK 0 0.50 0.04 0.10
HSL 305.26º 0.7% 0.68% -
HSV(B) 305.26º 0.5% 0.9% -
XYZ 51.8 34.48 71.64 -
YUV 161.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 230 116 220 0 0.50 0.04 0.10 305.26 0.7 0.68
Hex E6 74 DC 0 32 4 A 131 46 44
Octal 346 164 334 0 62 4 12 461 106 104
Binary 11100110 1110100 11011100 0 110010 100 1010 100110001 1000110 1000100

Color Harmonies of #E674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674DC

Black with #E674DC

Text Example


Text Example

White with #E674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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