Html Css Color HEX #E781D2 Orchid

📋 copy color: '#E781D2'

red 231 ◦ green 129 ◦ blue 210

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

Shades of Orchid #E781D2

Tints of Orchid #E781D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 40.53%
G = 22.63%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E781D2 (or 0xE781D2) is known color: Orchid. HEX triplet: E7, 81 and D2. RGB value is (231,129,210). Sum of RGB (Red+Green+Blue) = 231+129+210=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E781D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781D2 is #187E2D. Grayscale: #A8A8A8. Windows color (decimal): -1605166 or 13795815. OLE color: 13795815.

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

Color convert

RGB 231 129 210 -
CMYK 0 0.44 0.09 0.09
HSL 312.35º 0.68% 0.71% -
HSV(B) 312.35º 0.44% 0.91% -
XYZ 52.44 37.34 65.42 -
YUV 168.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 231 129 210 0 0.44 0.09 0.09 312.35 0.68 0.71
Hex E7 81 D2 0 2C 9 9 138 44 47
Octal 347 201 322 0 54 11 11 470 104 107
Binary 11100111 10000001 11010010 0 101100 1001 1001 100111000 1000100 1000111

Color Harmonies of #E781D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781D2

Black with #E781D2

Text Example


Text Example

White with #E781D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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