Html Css Color HEX #E67EDA Orchid

📋 copy color: '#E67EDA'

red 230 ◦ green 126 ◦ blue 218

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

Shades of Orchid #E67EDA

Tints of Orchid #E67EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 40.07%
G = 21.95%
B = 37.98%

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

#E67EDA (or 0xE67EDA) is known color: Orchid. HEX triplet: E6, 7E and DA. RGB value is (230,126,218). Sum of RGB (Red+Green+Blue) = 230+126+218=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EDA is #198125. Grayscale: #A7A7A7. Windows color (decimal): -1671462 or 14319334. OLE color: 14319334.

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

Color convert

RGB 230 126 218 -
CMYK 0 0.45 0.05 0.10
HSL 306.92º 0.68% 0.7% -
HSV(B) 306.92º 0.45% 0.9% -
XYZ 52.75 36.81 70.65 -
YUV 167.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 230 126 218 0 0.45 0.05 0.10 306.92 0.68 0.7
Hex E6 7E DA 0 2D 5 A 133 44 46
Octal 346 176 332 0 55 5 12 463 104 106
Binary 11100110 1111110 11011010 0 101101 101 1010 100110011 1000100 1000110

Color Harmonies of #E67EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67EDA

Black with #E67EDA

Text Example


Text Example

White with #E67EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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