Html Css Color HEX #EC6DD6 Orchid

📋 copy color: '#EC6DD6'

red 236 ◦ green 109 ◦ blue 214

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

Shades of Orchid #EC6DD6

Tints of Orchid #EC6DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 42.22%
G = 19.5%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC6DD6 (or 0xEC6DD6) is known color: Orchid. HEX triplet: EC, 6D and D6. RGB value is (236,109,214). Sum of RGB (Red+Green+Blue) = 236+109+214=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DD6 is #139229. Grayscale: #9E9E9E. Windows color (decimal): -1282602 or 14052844. OLE color: 14052844.

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

Color convert

RGB 236 109 214 -
CMYK 0 0.54 0.09 0.07
HSL 310.39º 0.77% 0.68% -
HSV(B) 310.39º 0.54% 0.93% -
XYZ 52.2 33.63 67.36 -
YUV 158.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 236 109 214 0 0.54 0.09 0.07 310.39 0.77 0.68
Hex EC 6D D6 0 36 9 7 136 4D 44
Octal 354 155 326 0 66 11 7 466 115 104
Binary 11101100 1101101 11010110 0 110110 1001 111 100110110 1001101 1000100

Color Harmonies of #EC6DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DD6

Black with #EC6DD6

Text Example


Text Example

White with #EC6DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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