Html Css Color HEX #E781CF Orchid

📋 copy color: '#E781CF'

red 231 ◦ green 129 ◦ blue 207

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

Shades of Orchid #E781CF

Tints of Orchid #E781CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 40.74%
G = 22.75%
B = 36.51%

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

#E781CF (or 0xE781CF) is known color: Orchid. HEX triplet: E7, 81 and CF. RGB value is (231,129,207). Sum of RGB (Red+Green+Blue) = 231+129+207=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E781CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781CF is #187E30. Grayscale: #A8A8A8. Windows color (decimal): -1605169 or 13599207. OLE color: 13599207.

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

Color convert

RGB 231 129 207 -
CMYK 0 0.44 0.10 0.09
HSL 314.12º 0.68% 0.71% -
HSV(B) 314.12º 0.44% 0.91% -
XYZ 52.07 37.19 63.47 -
YUV 168.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 231 129 207 0 0.44 0.10 0.09 314.12 0.68 0.71
Hex E7 81 CF 0 2C A 9 13A 44 47
Octal 347 201 317 0 54 12 11 472 104 107
Binary 11100111 10000001 11001111 0 101100 1010 1001 100111010 1000100 1000111

Color Harmonies of #E781CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781CF

Black with #E781CF

Text Example


Text Example

White with #E781CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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