Html Css Color HEX #E978CD Orchid

📋 copy color: '#E978CD'

red 233 ◦ green 120 ◦ blue 205

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

Shades of Orchid #E978CD

Tints of Orchid #E978CD

RGB

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

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

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

R = 41.76%
G = 21.51%
B = 36.74%

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

#E978CD (or 0xE978CD) is known color: Orchid. HEX triplet: E9, 78 and CD. RGB value is (233,120,205). Sum of RGB (Red+Green+Blue) = 233+120+205=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E978CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978CD is #168732. Grayscale: #A3A3A3. Windows color (decimal): -1476403 or 13465833. OLE color: 13465833.

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

Color convert

RGB 233 120 205 -
CMYK 0 0.48 0.12 0.09
HSL 314.87º 0.72% 0.69% -
HSV(B) 314.87º 0.48% 0.91% -
XYZ 51.34 35.16 61.84 -
YUV 163.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 233 120 205 0 0.48 0.12 0.09 314.87 0.72 0.69
Hex E9 78 CD 0 30 C 9 13B 48 45
Octal 351 170 315 0 60 14 11 473 110 105
Binary 11101001 1111000 11001101 0 110000 1100 1001 100111011 1001000 1000101

Color Harmonies of #E978CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978CD

Black with #E978CD

Text Example


Text Example

White with #E978CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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