Html Css Color HEX #EC78D3 Orchid

📋 copy color: '#EC78D3'

red 236 ◦ green 120 ◦ blue 211

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

Shades of Orchid #EC78D3

Tints of Orchid #EC78D3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.16%

 BLUE value IS 211 (82.81% from 255) = 37.21%

R = 41.62%
G = 21.16%
B = 37.21%

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

#EC78D3 (or 0xEC78D3) is known color: Orchid. HEX triplet: EC, 78 and D3. RGB value is (236,120,211). Sum of RGB (Red+Green+Blue) = 236+120+211=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78D3 is #13872C. Grayscale: #A4A4A4. Windows color (decimal): -1279789 or 13859052. OLE color: 13859052.

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

Color convert

RGB 236 120 211 -
CMYK 0 0.49 0.11 0.07
HSL 312.93º 0.75% 0.7% -
HSV(B) 312.93º 0.49% 0.93% -
XYZ 53.07 35.97 65.77 -
YUV 165.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 236 120 211 0 0.49 0.11 0.07 312.93 0.75 0.7
Hex EC 78 D3 0 31 B 7 139 4B 46
Octal 354 170 323 0 61 13 7 471 113 106
Binary 11101100 1111000 11010011 0 110001 1011 111 100111001 1001011 1000110

Color Harmonies of #EC78D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78D3

Black with #EC78D3

Text Example


Text Example

White with #EC78D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78D3; }

 p { color: rgb(236,120,211); }

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

background-color css

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

 a { background-color: rgb(236,120,211); }

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

border-color css

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

 span { border-color: rgb(236,120,211); }

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