Html Css Color HEX #E67EDB Orchid

📋 copy color: '#E67EDB'

red 230 ◦ green 126 ◦ blue 219

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

Shades of Orchid #E67EDB

Tints of Orchid #E67EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 40%
G = 21.91%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E67EDB (or 0xE67EDB) is known color: Orchid. HEX triplet: E6, 7E and DB. RGB value is (230,126,219). Sum of RGB (Red+Green+Blue) = 230+126+219=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EDB is #198124. Grayscale: #A7A7A7. Windows color (decimal): -1671461 or 14384870. OLE color: 14384870.

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

Color convert

RGB 230 126 219 -
CMYK 0 0.45 0.05 0.10
HSL 306.35º 0.68% 0.7% -
HSV(B) 306.35º 0.45% 0.9% -
XYZ 52.88 36.86 71.35 -
YUV 167.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 230 126 219 0 0.45 0.05 0.10 306.35 0.68 0.7
Hex E6 7E DB 0 2D 5 A 132 44 46
Octal 346 176 333 0 55 5 12 462 104 106
Binary 11100110 1111110 11011011 0 101101 101 1010 100110010 1000100 1000110

Color Harmonies of #E67EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67EDB

Black with #E67EDB

Text Example


Text Example

White with #E67EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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