Html Css Color HEX #E979CD Orchid

📋 copy color: '#E979CD'

red 233 ◦ green 121 ◦ blue 205

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

Shades of Orchid #E979CD

Tints of Orchid #E979CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 41.68%
G = 21.65%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E979CD (or 0xE979CD) is known color: Orchid. HEX triplet: E9, 79 and CD. RGB value is (233,121,205). Sum of RGB (Red+Green+Blue) = 233+121+205=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E979CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979CD is #168632. Grayscale: #A3A3A3. Windows color (decimal): -1476147 or 13466089. OLE color: 13466089.

HSL color Cylindrical-coordinate representation of color #E979CD: hue angle of 315º 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 #E979CD is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 121 205 -
CMYK 0 0.48 0.12 0.09
HSL 315º 0.72% 0.69% -
HSV(B) 315º 0.48% 0.91% -
XYZ 51.46 35.41 61.88 -
YUV 164.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 233 121 205 0 0.48 0.12 0.09 315 0.72 0.69
Hex E9 79 CD 0 30 C 9 13B 48 45
Octal 351 171 315 0 60 14 11 473 110 105
Binary 11101001 1111001 11001101 0 110000 1100 1001 100111011 1001000 1000101

Color Harmonies of #E979CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E979CD

Black with #E979CD

Text Example


Text Example

White with #E979CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E979CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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