#e76ccd

Color #E76CCD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E76CCD

Tints of Orchid #E76CCD

Color information

#E76CCD (or 0xE76CCD) is unknown color: approx Orchid. HEX triplet: E7, 6C and CD. RGB value is (231,108,205). Sum of RGB (Red+Green+Blue) = 231+108+205=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CCD is #189332. Grayscale: #9B9B9B. Windows color (decimal): -1610547 or 13462759. OLE color: 13462759.

HSL color Cylindrical-coordinate representation of color #E76CCD: hue angle of 312.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CCD is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231108205-
CMYK00.530.110.09
HSL312.68º71.93%66.47%-
HSV(B)312.68º53.25%90.59%-
XYZ49.3432.1261.36-
YUV155.84155.75181.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=42.46%
G=19.85%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110820500.530.110.09312.6871.9366.47
HexE76CCD035B91394842
Octal3471543150651311471110102
Binary1110011111011001100110101101011011100110011100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76ccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76ccd; }

 p { color: rgb(231,108,205); }

 H1.HeaderClassName
 {
   color: #e76ccd;
 }
 .AnyTagClassName
 {
   color: #e76ccd;
 }
</style>
background-color css

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

 a { background-color: rgb(231,108,205); }

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

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

 span { border-color: rgb(231,108,205); }

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