Html Css Color HEX #E676D6 Orchid

📋 copy color: '#E676D6'

red 230 ◦ green 118 ◦ blue 214

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

Shades of Orchid #E676D6

Tints of Orchid #E676D6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21%

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 40.93%
G = 21%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E676D6 (or 0xE676D6) is known color: Orchid. HEX triplet: E6, 76 and D6. RGB value is (230,118,214). Sum of RGB (Red+Green+Blue) = 230+118+214=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E676D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676D6 is #198929. Grayscale: #A2A2A2. Windows color (decimal): -1673514 or 14055142. OLE color: 14055142.

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

Color convert

RGB 230 118 214 -
CMYK 0 0.49 0.07 0.10
HSL 308.57º 0.69% 0.68% -
HSV(B) 308.57º 0.49% 0.9% -
XYZ 51.25 34.63 67.6 -
YUV 162.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 230 118 214 0 0.49 0.07 0.10 308.57 0.69 0.68
Hex E6 76 D6 0 31 7 A 135 45 44
Octal 346 166 326 0 61 7 12 465 105 104
Binary 11100110 1110110 11010110 0 110001 111 1010 100110101 1000101 1000100

Color Harmonies of #E676D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676D6

Black with #E676D6

Text Example


Text Example

White with #E676D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676D6; }

 p { color: rgb(230,118,214); }

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

background-color css

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

 a { background-color: rgb(230,118,214); }

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

border-color css

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

 span { border-color: rgb(230,118,214); }

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