Html Css Color HEX #EC76DA Orchid

📋 copy color: '#EC76DA'

red 236 ◦ green 118 ◦ blue 218

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

Shades of Orchid #EC76DA

Tints of Orchid #EC76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.63%

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 41.26%
G = 20.63%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC76DA (or 0xEC76DA) is known color: Orchid. HEX triplet: EC, 76 and DA. RGB value is (236,118,218). Sum of RGB (Red+Green+Blue) = 236+118+218=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76DA is #138925. Grayscale: #A4A4A4. Windows color (decimal): -1280294 or 14317292. OLE color: 14317292.

HSL color Cylindrical-coordinate representation of color #EC76DA: hue angle of 309.15º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76DA is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 218 -
CMYK 0 0.5 0.08 0.07
HSL 309.15º 0.76% 0.69% -
HSV(B) 309.15º 0.5% 0.93% -
XYZ 53.73 35.85 70.42 -
YUV 164.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 236 118 218 0 0.5 0.08 0.07 309.15 0.76 0.69
Hex EC 76 DA 0 32 8 7 135 4C 45
Octal 354 166 332 0 62 10 7 465 114 105
Binary 11101100 1110110 11011010 0 110010 1000 111 100110101 1001100 1000101

Color Harmonies of #EC76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76DA

Black with #EC76DA

Text Example


Text Example

White with #EC76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76DA; }

 p { color: rgb(236,118,218); }

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

background-color css

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

 a { background-color: rgb(236,118,218); }

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

border-color css

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

 span { border-color: rgb(236,118,218); }

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