Html Css Color HEX #E76CDD Orchid

📋 copy color: '#E76CDD'

red 231 ◦ green 108 ◦ blue 221

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

Shades of Orchid #E76CDD

Tints of Orchid #E76CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.29%

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 41.25%
G = 19.29%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E76CDD (or 0xE76CDD) is known color: Orchid. HEX triplet: E7, 6C and DD. RGB value is (231,108,221). Sum of RGB (Red+Green+Blue) = 231+108+221=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CDD is #189322. Grayscale: #9D9D9D. Windows color (decimal): -1610531 or 14511335. OLE color: 14511335.

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

Color convert

RGB 231 108 221 -
CMYK 0 0.53 0.04 0.09
HSL 304.88º 0.72% 0.66% -
HSV(B) 304.88º 0.53% 0.91% -
XYZ 51.37 32.93 72.06 -
YUV 157.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 231 108 221 0 0.53 0.04 0.09 304.88 0.72 0.66
Hex E7 6C DD 0 35 4 9 131 48 42
Octal 347 154 335 0 65 4 11 461 110 102
Binary 11100111 1101100 11011101 0 110101 100 1001 100110001 1001000 1000010

Color Harmonies of #E76CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CDD

Black with #E76CDD

Text Example


Text Example

White with #E76CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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