Html Css Color HEX #ED6EDC Orchid

📋 copy color: '#ED6EDC'

red 237 ◦ green 110 ◦ blue 220

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

Shades of Orchid #ED6EDC

Tints of Orchid #ED6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

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

R = 41.8%
G = 19.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED6EDC (or 0xED6EDC) is known color: Orchid. HEX triplet: ED, 6E and DC. RGB value is (237,110,220). Sum of RGB (Red+Green+Blue) = 237+110+220=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EDC is #129123. Grayscale: #A0A0A0. Windows color (decimal): -1216804 or 14446317. OLE color: 14446317.

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

Color convert

RGB 237 110 220 -
CMYK 0 0.54 0.07 0.07
HSL 308.03º 0.78% 0.68% -
HSV(B) 308.03º 0.54% 0.93% -
XYZ 53.42 34.32 71.52 -
YUV 160.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 237 110 220 0 0.54 0.07 0.07 308.03 0.78 0.68
Hex ED 6E DC 0 36 7 7 134 4E 44
Octal 355 156 334 0 66 7 7 464 116 104
Binary 11101101 1101110 11011100 0 110110 111 111 100110100 1001110 1000100

Color Harmonies of #ED6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EDC

Black with #ED6EDC

Text Example


Text Example

White with #ED6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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