Html Css Color HEX #EC6EDC Orchid

📋 copy color: '#EC6EDC'

red 236 ◦ green 110 ◦ blue 220

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

Shades of Orchid #EC6EDC

Tints of Orchid #EC6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.43%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 41.7%
G = 19.43%
B = 38.87%

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

#EC6EDC (or 0xEC6EDC) is known color: Orchid. HEX triplet: EC, 6E and DC. RGB value is (236,110,220). Sum of RGB (Red+Green+Blue) = 236+110+220=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EDC is #139123. Grayscale: #9F9F9F. Windows color (decimal): -1282340 or 14446316. OLE color: 14446316.

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

Color convert

RGB 236 110 220 -
CMYK 0 0.53 0.07 0.07
HSL 307.62º 0.77% 0.68% -
HSV(B) 307.62º 0.53% 0.93% -
XYZ 53.09 34.15 71.5 -
YUV 160.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 236 110 220 0 0.53 0.07 0.07 307.62 0.77 0.68
Hex EC 6E DC 0 35 7 7 134 4D 44
Octal 354 156 334 0 65 7 7 464 115 104
Binary 11101100 1101110 11011100 0 110101 111 111 100110100 1001101 1000100

Color Harmonies of #EC6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EDC

Black with #EC6EDC

Text Example


Text Example

White with #EC6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EDC; }

 p { color: rgb(236,110,220); }

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

background-color css

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

 a { background-color: rgb(236,110,220); }

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

border-color css

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

 span { border-color: rgb(236,110,220); }

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