Html Css Color HEX #E67ED1 Orchid

📋 copy color: '#E67ED1'

red 230 ◦ green 126 ◦ blue 209

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

Shades of Orchid #E67ED1

Tints of Orchid #E67ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 40.71%
G = 22.3%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E67ED1 (or 0xE67ED1) is known color: Orchid. HEX triplet: E6, 7E and D1. RGB value is (230,126,209). Sum of RGB (Red+Green+Blue) = 230+126+209=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ED1 is #19812E. Grayscale: #A6A6A6. Windows color (decimal): -1671471 or 13729510. OLE color: 13729510.

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

Color convert

RGB 230 126 209 -
CMYK 0 0.45 0.09 0.10
HSL 312.12º 0.68% 0.7% -
HSV(B) 312.12º 0.45% 0.9% -
XYZ 51.6 36.35 64.62 -
YUV 166.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 230 126 209 0 0.45 0.09 0.10 312.12 0.68 0.7
Hex E6 7E D1 0 2D 9 A 138 44 46
Octal 346 176 321 0 55 11 12 470 104 106
Binary 11100110 1111110 11010001 0 101101 1001 1010 100111000 1000100 1000110

Color Harmonies of #E67ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ED1

Black with #E67ED1

Text Example


Text Example

White with #E67ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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