Html Css Color HEX #E67EDC Orchid

📋 copy color: '#E67EDC'

red 230 ◦ green 126 ◦ blue 220

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

Shades of Orchid #E67EDC

Tints of Orchid #E67EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.88%

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

R = 39.93%
G = 21.88%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E67EDC (or 0xE67EDC) is known color: Orchid. HEX triplet: E6, 7E and DC. RGB value is (230,126,220). Sum of RGB (Red+Green+Blue) = 230+126+220=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EDC is #198123. Grayscale: #A7A7A7. Windows color (decimal): -1671460 or 14450406. OLE color: 14450406.

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

Color convert

RGB 230 126 220 -
CMYK 0 0.45 0.04 0.10
HSL 305.77º 0.68% 0.7% -
HSV(B) 305.77º 0.45% 0.9% -
XYZ 53.01 36.91 72.04 -
YUV 167.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 230 126 220 0 0.45 0.04 0.10 305.77 0.68 0.7
Hex E6 7E DC 0 2D 4 A 132 44 46
Octal 346 176 334 0 55 4 12 462 104 106
Binary 11100110 1111110 11011100 0 101101 100 1010 100110010 1000100 1000110

Color Harmonies of #E67EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67EDC

Black with #E67EDC

Text Example


Text Example

White with #E67EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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