Html Css Color HEX #E679D0 Orchid

📋 copy color: '#E679D0'

red 230 ◦ green 121 ◦ blue 208

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

Shades of Orchid #E679D0

Tints of Orchid #E679D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 41.14%
G = 21.65%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E679D0 (or 0xE679D0) is known color: Orchid. HEX triplet: E6, 79 and D0. RGB value is (230,121,208). Sum of RGB (Red+Green+Blue) = 230+121+208=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E679D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679D0 is #19862F. Grayscale: #A3A3A3. Windows color (decimal): -1672752 or 13662694. OLE color: 13662694.

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

Color convert

RGB 230 121 208 -
CMYK 0 0.47 0.10 0.10
HSL 312.11º 0.69% 0.69% -
HSV(B) 312.11º 0.47% 0.9% -
XYZ 50.86 35.05 63.76 -
YUV 163.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 230 121 208 0 0.47 0.10 0.10 312.11 0.69 0.69
Hex E6 79 D0 0 2F A A 138 45 45
Octal 346 171 320 0 57 12 12 470 105 105
Binary 11100110 1111001 11010000 0 101111 1010 1010 100111000 1000101 1000101

Color Harmonies of #E679D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679D0

Black with #E679D0

Text Example


Text Example

White with #E679D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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