Html Css Color HEX #EC6ED9 Orchid

📋 copy color: '#EC6ED9'

red 236 ◦ green 110 ◦ blue 217

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

Shades of Orchid #EC6ED9

Tints of Orchid #EC6ED9

RGB

 RED value IS 236 (92.58% from 255) = 41.92%

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

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 41.92%
G = 19.54%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC6ED9 (or 0xEC6ED9) is known color: Orchid. HEX triplet: EC, 6E and D9. RGB value is (236,110,217). Sum of RGB (Red+Green+Blue) = 236+110+217=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ED9 is #139126. Grayscale: #9F9F9F. Windows color (decimal): -1282343 or 14249708. OLE color: 14249708.

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

Color convert

RGB 236 110 217 -
CMYK 0 0.53 0.08 0.07
HSL 309.05º 0.77% 0.68% -
HSV(B) 309.05º 0.53% 0.93% -
XYZ 52.69 33.99 69.43 -
YUV 159.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 236 110 217 0 0.53 0.08 0.07 309.05 0.77 0.68
Hex EC 6E D9 0 35 8 7 135 4D 44
Octal 354 156 331 0 65 10 7 465 115 104
Binary 11101100 1101110 11011001 0 110101 1000 111 100110101 1001101 1000100

Color Harmonies of #EC6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6ED9

Black with #EC6ED9

Text Example


Text Example

White with #EC6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6ED9; }

 p { color: rgb(236,110,217); }

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

background-color css

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

 a { background-color: rgb(236,110,217); }

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

border-color css

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

 span { border-color: rgb(236,110,217); }

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