Html Css Color HEX #E780D4 Orchid

📋 copy color: '#E780D4'

red 231 ◦ green 128 ◦ blue 212

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

Shades of Orchid #E780D4

Tints of Orchid #E780D4

RGB

 RED value IS 231 (90.63% from 255) = 40.46%

 GREEN value IS 128 (50.39% from 255) = 22.42%

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 40.46%
G = 22.42%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E780D4 (or 0xE780D4) is known color: Orchid. HEX triplet: E7, 80 and D4. RGB value is (231,128,212). Sum of RGB (Red+Green+Blue) = 231+128+212=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E780D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780D4 is #187F2B. Grayscale: #A8A8A8. Windows color (decimal): -1605420 or 13926631. OLE color: 13926631.

HSL color Cylindrical-coordinate representation of color #E780D4: hue angle of 311.07º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780D4 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 128 212 -
CMYK 0 0.45 0.08 0.09
HSL 311.07º 0.68% 0.7% -
HSV(B) 311.07º 0.45% 0.91% -
XYZ 52.56 37.18 66.69 -
YUV 168.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 231 128 212 0 0.45 0.08 0.09 311.07 0.68 0.7
Hex E7 80 D4 0 2D 8 9 137 44 46
Octal 347 200 324 0 55 10 11 467 104 106
Binary 11100111 10000000 11010100 0 101101 1000 1001 100110111 1000100 1000110

Color Harmonies of #E780D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780D4

Black with #E780D4

Text Example


Text Example

White with #E780D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780D4; }

 p { color: rgb(231,128,212); }

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

background-color css

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

 a { background-color: rgb(231,128,212); }

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

border-color css

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

 span { border-color: rgb(231,128,212); }

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