Html Css Color HEX #E677CE Orchid

📋 copy color: '#E677CE'

red 230 ◦ green 119 ◦ blue 206

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

Shades of Orchid #E677CE

Tints of Orchid #E677CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 41.44%
G = 21.44%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E677CE (or 0xE677CE) is known color: Orchid. HEX triplet: E6, 77 and CE. RGB value is (230,119,206). Sum of RGB (Red+Green+Blue) = 230+119+206=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E677CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677CE is #198831. Grayscale: #A1A1A1. Windows color (decimal): -1673266 or 13531110. OLE color: 13531110.

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

Color convert

RGB 230 119 206 -
CMYK 0 0.48 0.10 0.10
HSL 312.97º 0.69% 0.68% -
HSV(B) 312.97º 0.48% 0.9% -
XYZ 50.37 34.47 62.39 -
YUV 162.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 230 119 206 0 0.48 0.10 0.10 312.97 0.69 0.68
Hex E6 77 CE 0 30 A A 139 45 44
Octal 346 167 316 0 60 12 12 471 105 104
Binary 11100110 1110111 11001110 0 110000 1010 1010 100111001 1000101 1000100

Color Harmonies of #E677CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677CE

Black with #E677CE

Text Example


Text Example

White with #E677CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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