Html Css Color HEX #E979DA Orchid

📋 copy color: '#E979DA'

red 233 ◦ green 121 ◦ blue 218

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

Shades of Orchid #E979DA

Tints of Orchid #E979DA

RGB

 RED value IS 233 (91.41% from 255) = 40.73%

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

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

R = 40.73%
G = 21.15%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E979DA (or 0xE979DA) is known color: Orchid. HEX triplet: E9, 79 and DA. RGB value is (233,121,218). Sum of RGB (Red+Green+Blue) = 233+121+218=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E979DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979DA is #168625. Grayscale: #A5A5A5. Windows color (decimal): -1476134 or 14318057. OLE color: 14318057.

HSL color Cylindrical-coordinate representation of color #E979DA: hue angle of 308.04º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E979DA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 121 218 -
CMYK 0 0.48 0.06 0.09
HSL 308.04º 0.72% 0.69% -
HSV(B) 308.04º 0.48% 0.91% -
XYZ 53.1 36.06 70.49 -
YUV 165.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 233 121 218 0 0.48 0.06 0.09 308.04 0.72 0.69
Hex E9 79 DA 0 30 6 9 134 48 45
Octal 351 171 332 0 60 6 11 464 110 105
Binary 11101001 1111001 11011010 0 110000 110 1001 100110100 1001000 1000101

Color Harmonies of #E979DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E979DA

Black with #E979DA

Text Example


Text Example

White with #E979DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E979DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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