Html Css Color HEX #E677D6 Orchid

📋 copy color: '#E677D6'

red 230 ◦ green 119 ◦ blue 214

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

Shades of Orchid #E677D6

Tints of Orchid #E677D6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.14%

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

R = 40.85%
G = 21.14%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E677D6 (or 0xE677D6) is known color: Orchid. HEX triplet: E6, 77 and D6. RGB value is (230,119,214). Sum of RGB (Red+Green+Blue) = 230+119+214=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E677D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677D6 is #198829. Grayscale: #A2A2A2. Windows color (decimal): -1673258 or 14055398. OLE color: 14055398.

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

Color convert

RGB 230 119 214 -
CMYK 0 0.48 0.07 0.10
HSL 308.65º 0.69% 0.68% -
HSV(B) 308.65º 0.48% 0.9% -
XYZ 51.37 34.87 67.64 -
YUV 163.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 230 119 214 0 0.48 0.07 0.10 308.65 0.69 0.68
Hex E6 77 D6 0 30 7 A 135 45 44
Octal 346 167 326 0 60 7 12 465 105 104
Binary 11100110 1110111 11010110 0 110000 111 1010 100110101 1000101 1000100

Color Harmonies of #E677D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677D6

Black with #E677D6

Text Example


Text Example

White with #E677D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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