Html Css Color HEX #ED76D5 Orchid

📋 copy color: '#ED76D5'

red 237 ◦ green 118 ◦ blue 213

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

Shades of Orchid #ED76D5

Tints of Orchid #ED76D5

RGB

 RED value IS 237 (92.97% from 255) = 41.73%

 GREEN value IS 118 (46.48% from 255) = 20.77%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 41.73%
G = 20.77%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED76D5 (or 0xED76D5) is known color: Orchid. HEX triplet: ED, 76 and D5. RGB value is (237,118,213). Sum of RGB (Red+Green+Blue) = 237+118+213=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76D5 is #12892A. Grayscale: #A4A4A4. Windows color (decimal): -1214763 or 13989613. OLE color: 13989613.

HSL color Cylindrical-coordinate representation of color #ED76D5: hue angle of 312.1º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76D5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 213 -
CMYK 0 0.50 0.10 0.07
HSL 312.1º 0.77% 0.7% -
HSV(B) 312.1º 0.5% 0.93% -
XYZ 53.41 35.77 67.04 -
YUV 164.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 237 118 213 0 0.50 0.10 0.07 312.1 0.77 0.7
Hex ED 76 D5 0 32 A 7 138 4D 46
Octal 355 166 325 0 62 12 7 470 115 106
Binary 11101101 1110110 11010101 0 110010 1010 111 100111000 1001101 1000110

Color Harmonies of #ED76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76D5

Black with #ED76D5

Text Example


Text Example

White with #ED76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76D5; }

 p { color: rgb(237,118,213); }

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

background-color css

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

 a { background-color: rgb(237,118,213); }

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

border-color css

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

 span { border-color: rgb(237,118,213); }

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