Html Css Color HEX #EC6DDB Orchid

📋 copy color: '#EC6DDB'

red 236 ◦ green 109 ◦ blue 219

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

Shades of Orchid #EC6DDB

Tints of Orchid #EC6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 41.84%
G = 19.33%
B = 38.83%

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

#EC6DDB (or 0xEC6DDB) is known color: Orchid. HEX triplet: EC, 6D and DB. RGB value is (236,109,219). Sum of RGB (Red+Green+Blue) = 236+109+219=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DDB is #139224. Grayscale: #9F9F9F. Windows color (decimal): -1282597 or 14380524. OLE color: 14380524.

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

Color convert

RGB 236 109 219 -
CMYK 0 0.54 0.07 0.07
HSL 308.03º 0.77% 0.68% -
HSV(B) 308.03º 0.54% 0.93% -
XYZ 52.85 33.88 70.77 -
YUV 159.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 236 109 219 0 0.54 0.07 0.07 308.03 0.77 0.68
Hex EC 6D DB 0 36 7 7 134 4D 44
Octal 354 155 333 0 66 7 7 464 115 104
Binary 11101100 1101101 11011011 0 110110 111 111 100110100 1001101 1000100

Color Harmonies of #EC6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DDB

Black with #EC6DDB

Text Example


Text Example

White with #EC6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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