Html Css Color HEX #EC79D1 Orchid

📋 copy color: '#EC79D1'

red 236 ◦ green 121 ◦ blue 209

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

Shades of Orchid #EC79D1

Tints of Orchid #EC79D1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.38%

 BLUE value IS 209 (82.03% from 255) = 36.93%

R = 41.7%
G = 21.38%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC79D1 (or 0xEC79D1) is known color: Orchid. HEX triplet: EC, 79 and D1. RGB value is (236,121,209). Sum of RGB (Red+Green+Blue) = 236+121+209=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC79D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC79D1 is #13862E. Grayscale: #A5A5A5. Windows color (decimal): -1279535 or 13728236. OLE color: 13728236.

HSL color Cylindrical-coordinate representation of color #EC79D1: hue angle of 314.09º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC79D1 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 121 209 -
CMYK 0 0.49 0.11 0.07
HSL 314.09º 0.75% 0.7% -
HSV(B) 314.09º 0.49% 0.93% -
XYZ 52.94 36.11 64.5 -
YUV 165.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 236 121 209 0 0.49 0.11 0.07 314.09 0.75 0.7
Hex EC 79 D1 0 31 B 7 13A 4B 46
Octal 354 171 321 0 61 13 7 472 113 106
Binary 11101100 1111001 11010001 0 110001 1011 111 100111010 1001011 1000110

Color Harmonies of #EC79D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC79D1

Black with #EC79D1

Text Example


Text Example

White with #EC79D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC79D1; }

 p { color: rgb(236,121,209); }

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

background-color css

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

 a { background-color: rgb(236,121,209); }

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

border-color css

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

 span { border-color: rgb(236,121,209); }

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