Html Css Color HEX #E781D0 Orchid

📋 copy color: '#E781D0'

red 231 ◦ green 129 ◦ blue 208

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

Shades of Orchid #E781D0

Tints of Orchid #E781D0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.71%

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 40.67%
G = 22.71%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E781D0 (or 0xE781D0) is known color: Orchid. HEX triplet: E7, 81 and D0. RGB value is (231,129,208). Sum of RGB (Red+Green+Blue) = 231+129+208=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E781D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781D0 is #187E2F. Grayscale: #A8A8A8. Windows color (decimal): -1605168 or 13664743. OLE color: 13664743.

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

Color convert

RGB 231 129 208 -
CMYK 0 0.44 0.10 0.09
HSL 313.53º 0.68% 0.71% -
HSV(B) 313.53º 0.44% 0.91% -
XYZ 52.19 37.24 64.11 -
YUV 168.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 231 129 208 0 0.44 0.10 0.09 313.53 0.68 0.71
Hex E7 81 D0 0 2C A 9 13A 44 47
Octal 347 201 320 0 54 12 11 472 104 107
Binary 11100111 10000001 11010000 0 101100 1010 1001 100111010 1000100 1000111

Color Harmonies of #E781D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781D0

Black with #E781D0

Text Example


Text Example

White with #E781D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781D0; }

 p { color: rgb(231,129,208); }

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

background-color css

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

 a { background-color: rgb(231,129,208); }

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

border-color css

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

 span { border-color: rgb(231,129,208); }

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