Html Css Color HEX #E677CA Orchid

📋 copy color: '#E677CA'

red 230 ◦ green 119 ◦ blue 202

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

Shades of Orchid #E677CA

Tints of Orchid #E677CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 41.74%
G = 21.6%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E677CA (or 0xE677CA) is known color: Orchid. HEX triplet: E6, 77 and CA. RGB value is (230,119,202). Sum of RGB (Red+Green+Blue) = 230+119+202=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E677CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677CA is #198835. Grayscale: #A1A1A1. Windows color (decimal): -1673270 or 13268966. OLE color: 13268966.

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

Color convert

RGB 230 119 202 -
CMYK 0 0.48 0.12 0.10
HSL 315.14º 0.69% 0.68% -
HSV(B) 315.14º 0.48% 0.9% -
XYZ 49.89 34.28 59.86 -
YUV 161.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 230 119 202 0 0.48 0.12 0.10 315.14 0.69 0.68
Hex E6 77 CA 0 30 C A 13B 45 44
Octal 346 167 312 0 60 14 12 473 105 104
Binary 11100110 1110111 11001010 0 110000 1100 1010 100111011 1000101 1000100

Color Harmonies of #E677CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677CA

Black with #E677CA

Text Example


Text Example

White with #E677CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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