Html Css Color HEX #EC6DDD Orchid

📋 copy color: '#EC6DDD'

red 236 ◦ green 109 ◦ blue 221

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

Shades of Orchid #EC6DDD

Tints of Orchid #EC6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 41.7%
G = 19.26%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC6DDD (or 0xEC6DDD) is known color: Orchid. HEX triplet: EC, 6D and DD. RGB value is (236,109,221). Sum of RGB (Red+Green+Blue) = 236+109+221=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DDD is #139222. Grayscale: #9F9F9F. Windows color (decimal): -1282595 or 14511596. OLE color: 14511596.

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

Color convert

RGB 236 109 221 -
CMYK 0 0.54 0.06 0.07
HSL 307.09º 0.77% 0.68% -
HSV(B) 307.09º 0.54% 0.93% -
XYZ 53.11 33.99 72.17 -
YUV 159.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 236 109 221 0 0.54 0.06 0.07 307.09 0.77 0.68
Hex EC 6D DD 0 36 6 7 133 4D 44
Octal 354 155 335 0 66 6 7 463 115 104
Binary 11101100 1101101 11011101 0 110110 110 111 100110011 1001101 1000100

Color Harmonies of #EC6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DDD

Black with #EC6DDD

Text Example


Text Example

White with #EC6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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