Html Css Color HEX #EC6DD9 Orchid

📋 copy color: '#EC6DD9'

red 236 ◦ green 109 ◦ blue 217

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

Shades of Orchid #EC6DD9

Tints of Orchid #EC6DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.4%

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

R = 41.99%
G = 19.4%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC6DD9 (or 0xEC6DD9) is known color: Orchid. HEX triplet: EC, 6D and D9. RGB value is (236,109,217). Sum of RGB (Red+Green+Blue) = 236+109+217=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DD9 is #139226. Grayscale: #9E9E9E. Windows color (decimal): -1282599 or 14249452. OLE color: 14249452.

HSL color Cylindrical-coordinate representation of color #EC6DD9: hue angle of 308.98º degrees, saturation: 0.77, 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 #EC6DD9 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 109 217 -
CMYK 0 0.54 0.08 0.07
HSL 308.98º 0.77% 0.68% -
HSV(B) 308.98º 0.54% 0.93% -
XYZ 52.59 33.78 69.39 -
YUV 159.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 236 109 217 0 0.54 0.08 0.07 308.98 0.77 0.68
Hex EC 6D D9 0 36 8 7 135 4D 44
Octal 354 155 331 0 66 10 7 465 115 104
Binary 11101100 1101101 11011001 0 110110 1000 111 100110101 1001101 1000100

Color Harmonies of #EC6DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DD9

Black with #EC6DD9

Text Example


Text Example

White with #EC6DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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