Html Css Color HEX #ED71DC Orchid

📋 copy color: '#ED71DC'

red 237 ◦ green 113 ◦ blue 220

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

Shades of Orchid #ED71DC

Tints of Orchid #ED71DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.82%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 41.58%
G = 19.82%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED71DC (or 0xED71DC) is known color: Orchid. HEX triplet: ED, 71 and DC. RGB value is (237,113,220). Sum of RGB (Red+Green+Blue) = 237+113+220=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71DC is #128E23. Grayscale: #A1A1A1. Windows color (decimal): -1216036 or 14447085. OLE color: 14447085.

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

Color convert

RGB 237 113 220 -
CMYK 0 0.52 0.07 0.07
HSL 308.23º 0.78% 0.69% -
HSV(B) 308.23º 0.52% 0.93% -
XYZ 53.75 34.98 71.63 -
YUV 162.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 237 113 220 0 0.52 0.07 0.07 308.23 0.78 0.69
Hex ED 71 DC 0 34 7 7 134 4E 45
Octal 355 161 334 0 64 7 7 464 116 105
Binary 11101101 1110001 11011100 0 110100 111 111 100110100 1001110 1000101

Color Harmonies of #ED71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71DC

Black with #ED71DC

Text Example


Text Example

White with #ED71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71DC; }

 p { color: rgb(237,113,220); }

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

background-color css

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

 a { background-color: rgb(237,113,220); }

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

border-color css

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

 span { border-color: rgb(237,113,220); }

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