Html Css Color HEX #E978CE Orchid

📋 copy color: '#E978CE'

red 233 ◦ green 120 ◦ blue 206

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

Shades of Orchid #E978CE

Tints of Orchid #E978CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.47%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 41.68%
G = 21.47%
B = 36.85%

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

#E978CE (or 0xE978CE) is known color: Orchid. HEX triplet: E9, 78 and CE. RGB value is (233,120,206). Sum of RGB (Red+Green+Blue) = 233+120+206=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E978CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978CE is #168731. Grayscale: #A3A3A3. Windows color (decimal): -1476402 or 13531369. OLE color: 13531369.

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

Color convert

RGB 233 120 206 -
CMYK 0 0.48 0.12 0.09
HSL 314.34º 0.72% 0.69% -
HSV(B) 314.34º 0.48% 0.91% -
XYZ 51.46 35.21 62.48 -
YUV 163.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 233 120 206 0 0.48 0.12 0.09 314.34 0.72 0.69
Hex E9 78 CE 0 30 C 9 13A 48 45
Octal 351 170 316 0 60 14 11 472 110 105
Binary 11101001 1111000 11001110 0 110000 1100 1001 100111010 1001000 1000101

Color Harmonies of #E978CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978CE

Black with #E978CE

Text Example


Text Example

White with #E978CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978CE; }

 p { color: rgb(233,120,206); }

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

background-color css

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

 a { background-color: rgb(233,120,206); }

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

border-color css

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

 span { border-color: rgb(233,120,206); }

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