Html Css Color HEX #E679DA Orchid

📋 copy color: '#E679DA'

red 230 ◦ green 121 ◦ blue 218

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

Shades of Orchid #E679DA

Tints of Orchid #E679DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.27%

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

R = 40.42%
G = 21.27%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E679DA (or 0xE679DA) is known color: Orchid. HEX triplet: E6, 79 and DA. RGB value is (230,121,218). Sum of RGB (Red+Green+Blue) = 230+121+218=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E679DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679DA is #198625. Grayscale: #A4A4A4. Windows color (decimal): -1672742 or 14318054. OLE color: 14318054.

HSL color Cylindrical-coordinate representation of color #E679DA: hue angle of 306.61º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679DA is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 121 218 -
CMYK 0 0.47 0.05 0.10
HSL 306.61º 0.69% 0.69% -
HSV(B) 306.61º 0.47% 0.9% -
XYZ 52.13 35.56 70.45 -
YUV 164.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 230 121 218 0 0.47 0.05 0.10 306.61 0.69 0.69
Hex E6 79 DA 0 2F 5 A 133 45 45
Octal 346 171 332 0 57 5 12 463 105 105
Binary 11100110 1111001 11011010 0 101111 101 1010 100110011 1000101 1000101

Color Harmonies of #E679DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679DA

Black with #E679DA

Text Example


Text Example

White with #E679DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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