Html Css Color HEX #E679D5 Orchid

📋 copy color: '#E679D5'

red 230 ◦ green 121 ◦ blue 213

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

Shades of Orchid #E679D5

Tints of Orchid #E679D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 40.78%
G = 21.45%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E679D5 (or 0xE679D5) is known color: Orchid. HEX triplet: E6, 79 and D5. RGB value is (230,121,213). Sum of RGB (Red+Green+Blue) = 230+121+213=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E679D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679D5 is #19862A. Grayscale: #A3A3A3. Windows color (decimal): -1672747 or 13990374. OLE color: 13990374.

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

Color convert

RGB 230 121 213 -
CMYK 0 0.47 0.07 0.10
HSL 309.36º 0.69% 0.69% -
HSV(B) 309.36º 0.47% 0.9% -
XYZ 51.48 35.3 67.05 -
YUV 164.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 230 121 213 0 0.47 0.07 0.10 309.36 0.69 0.69
Hex E6 79 D5 0 2F 7 A 135 45 45
Octal 346 171 325 0 57 7 12 465 105 105
Binary 11100110 1111001 11010101 0 101111 111 1010 100110101 1000101 1000101

Color Harmonies of #E679D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679D5

Black with #E679D5

Text Example


Text Example

White with #E679D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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