Html Css Color HEX #E67ED9 Orchid

📋 copy color: '#E67ED9'

red 230 ◦ green 126 ◦ blue 217

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

Shades of Orchid #E67ED9

Tints of Orchid #E67ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.87%

R = 40.14%
G = 21.99%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E67ED9 (or 0xE67ED9) is known color: Orchid. HEX triplet: E6, 7E and D9. RGB value is (230,126,217). Sum of RGB (Red+Green+Blue) = 230+126+217=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ED9 is #198126. Grayscale: #A7A7A7. Windows color (decimal): -1671463 or 14253798. OLE color: 14253798.

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

Color convert

RGB 230 126 217 -
CMYK 0 0.45 0.06 0.10
HSL 307.5º 0.68% 0.7% -
HSV(B) 307.5º 0.45% 0.9% -
XYZ 52.62 36.75 69.97 -
YUV 167.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 230 126 217 0 0.45 0.06 0.10 307.5 0.68 0.7
Hex E6 7E D9 0 2D 6 A 134 44 46
Octal 346 176 331 0 55 6 12 464 104 106
Binary 11100110 1111110 11011001 0 101101 110 1010 100110100 1000100 1000110

Color Harmonies of #E67ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ED9

Black with #E67ED9

Text Example


Text Example

White with #E67ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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