Html Css Color HEX #EC6FDB Orchid

📋 copy color: '#EC6FDB'

red 236 ◦ green 111 ◦ blue 219

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

Shades of Orchid #EC6FDB

Tints of Orchid #EC6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.61%

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

R = 41.7%
G = 19.61%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC6FDB (or 0xEC6FDB) is known color: Orchid. HEX triplet: EC, 6F and DB. RGB value is (236,111,219). Sum of RGB (Red+Green+Blue) = 236+111+219=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FDB is #139024. Grayscale: #A0A0A0. Windows color (decimal): -1282085 or 14381036. OLE color: 14381036.

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

Color convert

RGB 236 111 219 -
CMYK 0 0.53 0.07 0.07
HSL 308.16º 0.77% 0.68% -
HSV(B) 308.16º 0.53% 0.93% -
XYZ 53.06 34.32 70.84 -
YUV 160.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 236 111 219 0 0.53 0.07 0.07 308.16 0.77 0.68
Hex EC 6F DB 0 35 7 7 134 4D 44
Octal 354 157 333 0 65 7 7 464 115 104
Binary 11101100 1101111 11011011 0 110101 111 111 100110100 1001101 1000100

Color Harmonies of #EC6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FDB

Black with #EC6FDB

Text Example


Text Example

White with #EC6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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